#0E9A32

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

Shades of Forest Green #0E9A32

Tints of Forest Green #0E9A32

Color information

#0E9A32 (or 0x0E9A32) is unknown color: approx Forest Green. HEX triplet: 0E, 9A and 32. RGB value is (14,154,50). Sum of RGB (Red+Green+Blue) = 14+154+50=218 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.42% from 218); Green value is 154 (60.55% from 255 or 70.64% from 218); Blue value is 50 (19.92% from 255 or 22.94% from 218); Max value from RGB is 154 - color contains mainly: green. Hex color #0E9A32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9A32 is #F165CD. Grayscale: #646464. Windows color (decimal): -15820238 or 3316238. OLE color: 3316238.

HSL color Cylindrical-coordinate representation of color #0E9A32: hue angle of 135.43º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9A32 is Cyan = 0.91, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB1415450-
CMYK0.9100.680.40
HSL135.43º83.33%32.94%-
HSV(B)135.43º90.91%60.39%-
XYZ12.3123.436.89-
YUV100.2899.6266.46-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.42%
GREEN value IS 154 (60.55% from 255) = 70.64%
BLUE value IS 50 (19.92% from 255) = 22.94%
R=6.42%
G=70.64%
B=22.94%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal14154500.9100.680.40135.4383.3332.94
HexE9A325B04428875321
Octal162326213301045020712341
Binary111010011010110010101101101000100101000100001111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E9A32; }

 p { color: rgb(14,154,50); }

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

<style>
 a { background-color: #0E9A32; }

 a { background-color: rgb(14,154,50); }

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

<style>
 span { border-color: #0E9A32; }

 span { border-color: rgb(14,154,50); }

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