#0E8727

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

Shades of Forest Green #0E8727

Tints of Forest Green #0E8727

Color information

#0E8727 (or 0x0E8727) is unknown color: approx Forest Green. HEX triplet: 0E, 87 and 27. RGB value is (14,135,39). Sum of RGB (Red+Green+Blue) = 14+135+39=188 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.45% from 188); Green value is 135 (53.12% from 255 or 71.81% from 188); Blue value is 39 (15.62% from 255 or 20.74% from 188); Max value from RGB is 135 - color contains mainly: green. Hex color #0E8727 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E8727 is #F178D8. Grayscale: #585858. Windows color (decimal): -15825113 or 2590478. OLE color: 2590478.

HSL color Cylindrical-coordinate representation of color #0E8727: hue angle of 132.4º 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 #0E8727 is Cyan = 0.90, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB1413539-
CMYK0.9000.710.47
HSL132.4º81.21%29.22%-
HSV(B)132.4º89.63%52.94%-
XYZ9.2117.574.82-
YUV87.88100.4175.31-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.45%
GREEN value IS 135 (53.12% from 255) = 71.81%
BLUE value IS 39 (15.62% from 255) = 20.74%
R=7.45%
G=71.81%
B=20.74%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal14135390.9000.710.47132.481.2129.22
HexE87275A0472F84511d
Octal162074713201075720412135
Binary11101000011110011110110100100011110111110000100101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E8727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,135,39); }

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

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

 a { background-color: rgb(14,135,39); }

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

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

 span { border-color: rgb(14,135,39); }

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