#0E8129

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

Shades of Forest Green #0E8129

Tints of Forest Green #0E8129

Color information

#0E8129 (or 0x0E8129) is unknown color: approx Forest Green. HEX triplet: 0E, 81 and 29. RGB value is (14,129,41). Sum of RGB (Red+Green+Blue) = 14+129+41=184 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.61% from 184); Green value is 129 (50.78% from 255 or 70.11% from 184); Blue value is 41 (16.41% from 255 or 22.28% from 184); Max value from RGB is 129 - color contains mainly: green. Hex color #0E8129 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E8129 is #F17ED6. Grayscale: #545454. Windows color (decimal): -15826647 or 2720014. OLE color: 2720014.

HSL color Cylindrical-coordinate representation of color #0E8129: hue angle of 134.09º 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 #0E8129 is Cyan = 0.89, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB1412941-
CMYK0.8900.680.49
HSL134.09º80.42%28.04%-
HSV(B)134.09º89.15%50.59%-
XYZ8.4315.954.73-
YUV84.58103.477.66-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.61%
GREEN value IS 129 (50.78% from 255) = 70.11%
BLUE value IS 41 (16.41% from 255) = 22.28%
R=7.61%
G=70.11%
B=22.28%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal14129410.8900.680.49134.0980.4228.04
HexE8129590443186501c
Octal162015113101046120612034
Binary11101000000110100110110010100010011000110000110101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E8129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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