#2E9D0C

Color #2E9D0C Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #2E9D0C

Tints of Forest Green #2E9D0C

Color information

#2E9D0C (or 0x2E9D0C) is unknown color: approx Forest Green. HEX triplet: 2E, 9D and 0C. RGB value is (46,157,12). Sum of RGB (Red+Green+Blue) = 46+157+12=215 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.40% from 215); Green value is 157 (61.72% from 255 or 73.02% from 215); Blue value is 12 (5.08% from 255 or 5.58% from 215); Max value from RGB is 157 - color contains mainly: green. Hex color #2E9D0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E9D0C is #D162F3. Grayscale: #6B6B6B. Windows color (decimal): -13722356 or 826670. OLE color: 826670.

HSL color Cylindrical-coordinate representation of color #2E9D0C: hue angle of 105.93º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2E9D0C is Cyan = 0.71, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.

Color convert

RGB4615712-
CMYK0.7100.920.38
HSL105.93º85.8%33.14%-
HSV(B)105.93º92.36%61.57%-
XYZ13.2524.724.42-
YUV107.2874.2384.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 21.40%
GREEN value IS 157 (61.72% from 255) = 73.02%
BLUE value IS 12 (5.08% from 255) = 5.58%
R=21.40%
G=73.02%
B=5.58%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal46157120.7100.920.38105.9385.833.14
Hex2E9DC4705C266a5621
Octal562351410701344615212641
Binary10111010011101110010001110101110010011011010101010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E9D0C; }

 p { color: rgb(46,157,12); }

 H1.HeaderClassName
 {
   color: #2E9D0C;
 }
 .AnyTagClassName
 {
   color: #2E9D0C;
 }
</style>
background-color css

<style>
 a { background-color: #2E9D0C; }

 a { background-color: rgb(46,157,12); }

 div.DivClassName
 {
   background-color: #2E9D0C;
 }
 .BgClassName
 {
   background-color: #2E9D0C;
 }
</style>
border-color css

<style>
 span { border-color: #2E9D0C; }

 span { border-color: rgb(46,157,12); }

 td.TdClassName
 {
   border-color: #2E9D0C;
 }
 .TagClassName
 {
   border-color: #2E9D0C;
 }
</style>