#0E9E1D

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

Shades of Forest Green #0E9E1D

Tints of Forest Green #0E9E1D

Color information

#0E9E1D (or 0x0E9E1D) is unknown color: approx Forest Green. HEX triplet: 0E, 9E and 1D. RGB value is (14,158,29). Sum of RGB (Red+Green+Blue) = 14+158+29=201 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.97% from 201); Green value is 158 (62.11% from 255 or 78.61% from 201); Blue value is 29 (11.72% from 255 or 14.43% from 201); Max value from RGB is 158 - color contains mainly: green. Hex color #0E9E1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9E1D is #F161E2. Grayscale: #646464. Windows color (decimal): -15819235 or 1941006. OLE color: 1941006.

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

Color convert

RGB1415829-
CMYK0.9100.820.38
HSL126.25º83.72%33.73%-
HSV(B)126.25º91.14%61.96%-
XYZ12.6324.645.25-
YUV100.2487.7966.49-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.97%
GREEN value IS 158 (62.11% from 255) = 78.61%
BLUE value IS 29 (11.72% from 255) = 14.43%
R=6.97%
G=78.61%
B=14.43%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal14158290.9100.820.38126.2583.7233.73
HexE9E1D5B052267e5422
Octal162363513301224617612442
Binary1110100111101110110110110101001010011011111101010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,158,29); }

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

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

 a { background-color: rgb(14,158,29); }

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

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

 span { border-color: rgb(14,158,29); }

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