#0E861E

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

Shades of Forest Green #0E861E

Tints of Forest Green #0E861E

Color information

#0E861E (or 0x0E861E) is unknown color: approx Forest Green. HEX triplet: 0E, 86 and 1E. RGB value is (14,134,30). Sum of RGB (Red+Green+Blue) = 14+134+30=178 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.87% from 178); Green value is 134 (52.73% from 255 or 75.28% from 178); Blue value is 30 (12.11% from 255 or 16.85% from 178); Max value from RGB is 134 - color contains mainly: green. Hex color #0E861E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E861E is #F179E1. Grayscale: #565656. Windows color (decimal): -15825378 or 2000398. OLE color: 2000398.

HSL color Cylindrical-coordinate representation of color #0E861E: hue angle of 128º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E861E is Cyan = 0.90, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB1413430-
CMYK0.9000.780.47
HSL128º81.08%29.02%-
HSV(B)128º89.55%52.55%-
XYZ8.9417.244.08-
YUV86.2696.2476.46-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.87%
GREEN value IS 134 (52.73% from 255) = 75.28%
BLUE value IS 30 (12.11% from 255) = 16.85%
R=7.87%
G=75.28%
B=16.85%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal14134300.9000.780.4712881.0829.02
HexE861E5A04E2F80511d
Octal162063613201165720012135
Binary1110100001101111010110100100111010111110000000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E861E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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