#0EA029

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

Shades of Forest Green #0EA029

Tints of Forest Green #0EA029

Color information

#0EA029 (or 0x0EA029) is unknown color: approx Forest Green. HEX triplet: 0E, A0 and 29. RGB value is (14,160,41). Sum of RGB (Red+Green+Blue) = 14+160+41=215 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.51% from 215); Green value is 160 (62.89% from 255 or 74.42% from 215); Blue value is 41 (16.41% from 255 or 19.07% from 215); Max value from RGB is 160 - color contains mainly: green. Hex color #0EA029 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA029 is #F15FD6. Grayscale: #676767. Windows color (decimal): -15818711 or 2727950. OLE color: 2727950.

HSL color Cylindrical-coordinate representation of color #0EA029: hue angle of 131.1º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0EA029 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB1416041-
CMYK0.9100.740.37
HSL131.1º83.91%34.12%-
HSV(B)131.1º91.25%62.75%-
XYZ13.1525.46.31-
YUV102.7893.1364.68-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.51%
GREEN value IS 160 (62.89% from 255) = 74.42%
BLUE value IS 41 (16.41% from 255) = 19.07%
R=6.51%
G=74.42%
B=19.07%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal14160410.9100.740.37131.183.9134.12
HexEA0295B04A25835422
Octal162405113301124520312442
Binary111010100000101001101101101001010100101100000111010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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