#0E8128

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

Shades of Forest Green #0E8128

Tints of Forest Green #0E8128

Color information

#0E8128 (or 0x0E8128) is unknown color: approx Forest Green. HEX triplet: 0E, 81 and 28. RGB value is (14,129,40). Sum of RGB (Red+Green+Blue) = 14+129+40=183 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.65% from 183); Green value is 129 (50.78% from 255 or 70.49% from 183); Blue value is 40 (16.02% from 255 or 21.86% from 183); Max value from RGB is 129 - color contains mainly: green. Hex color #0E8128 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E8128 is #F17ED7. Grayscale: #545454. Windows color (decimal): -15826648 or 2654478. OLE color: 2654478.

HSL color Cylindrical-coordinate representation of color #0E8128: hue angle of 133.57º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E8128 is Cyan = 0.89, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB1412940-
CMYK0.8900.690.49
HSL133.57º80.42%28.04%-
HSV(B)133.57º89.15%50.59%-
XYZ8.4115.954.64-
YUV84.47102.977.74-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.65%
GREEN value IS 129 (50.78% from 255) = 70.49%
BLUE value IS 40 (16.02% from 255) = 21.86%
R=7.65%
G=70.49%
B=21.86%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal14129400.8900.690.49133.5780.4228.04
HexE8128590453186501c
Octal162015013101056120612034
Binary11101000000110100010110010100010111000110000110101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E8128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,129,40); }

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

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

 a { background-color: rgb(14,129,40); }

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

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

 span { border-color: rgb(14,129,40); }

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