#0E801E

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

Shades of Forest Green #0E801E

Tints of Forest Green #0E801E

Color information

#0E801E (or 0x0E801E) is unknown color: approx Forest Green. HEX triplet: 0E, 80 and 1E. RGB value is (14,128,30). Sum of RGB (Red+Green+Blue) = 14+128+30=172 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.14% from 172); Green value is 128 (50.39% from 255 or 74.42% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 128 - color contains mainly: green. Hex color #0E801E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E801E is #F17FE1. Grayscale: #535353. Windows color (decimal): -15826914 or 1998862. OLE color: 1998862.

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

Color convert

RGB1412830-
CMYK0.8900.770.50
HSL128.42º80.28%27.84%-
HSV(B)128.42º89.06%50.2%-
XYZ8.1315.633.82-
YUV82.7498.2378.97-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.14%
GREEN value IS 128 (50.39% from 255) = 74.42%
BLUE value IS 30 (12.11% from 255) = 17.44%
R=8.14%
G=74.42%
B=17.44%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal14128300.8900.770.50128.4280.2827.84
HexE801E5904D3280501c
Octal162003613101156220012034
Binary1110100000001111010110010100110111001010000000101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E801E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,128,30); }

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

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

 a { background-color: rgb(14,128,30); }

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

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

 span { border-color: rgb(14,128,30); }

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