Color Hex Logo

#276300 Color Hex

#276300
(39,99,0)
0 Favorites   1 Comments

Color spaces of #276300

RGB 39990
HSL0.271.000.19
HSV96°100°39°
CMYK 0.610.001.00   0.61
XYZ5.29859.35501.5264
Yxy9.35500.32750.5782
Hunter Lab30.5859-22.603318.4513
CIE-Lab36.6590-35.974942.5671

#276300 color RGB value is (39,99,0).

#276300 hex color red value is 39, green value is 99 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #276300 hue: 0.27 , saturation: 1.00 and the lightness value of 276300 is 0.19.

The process color (four color CMYK) of #276300 color hex is 0.61, 0.00, 1.00, 0.61. Web safe color of #276300 is #336600. Color #276300 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01100011 00000000
Octal 47 143 0
Decimal 39 99 0
Hex 27 63 0

RGB Percentages of Color #276300

%28.26
%71.74
%0.00

CMYK Percentages of Color #276300

%61
%0
%100
%61

Triadic Colors of #276300

#276300 #002763 #630027

Analogous Colors of #276300

#276300 #00630a #596300

Monochromatic Colors of #276300

#276300

Complementary Color

#276300 #3c0063

#276300 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#276300 Color Preview on White Background

Lorem ipsum dolor sit amet.

#276300 Color CSS Codes

.mybgcolor {background-color:#276300; } 
.myforecolor {color:#276300; }
.mybordercolor {border:3px solid #276300; }

#276300 Text Font Color

<p style="color:#276300">Text here</p>

This sample text font color is #276300
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#276300 Background Color

<div style="background-color:#276300">
Div content here</div>

This div background color is #276300


#276300 Border Color

<div style="border:3px solid #276300">
Div here</div>

This div border color is #276300


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,99,0, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #276300; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #276300;
  -webkit-box-shadow: 1px 1px 3px 2px #276300;
  box-shadow:         1px 1px 3px 2px #276300; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(39,99,0, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #276300">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #276300;
  -webkit-box-shadow: 1px 1px 3px 2px #276300;
  box-shadow:         1px 1px 3px 2px #276300;">
Div content here</div>

This div box has shadow with color #276300


Comments

1 Mar 2024, 20:03 ColorMaster2004

anyone here from bfdi?

Please login to write comment.