#0E8726

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

Shades of Forest Green #0E8726

Tints of Forest Green #0E8726

Color information

#0E8726 (or 0x0E8726) is unknown color: approx Forest Green. HEX triplet: 0E, 87 and 26. RGB value is (14,135,38). Sum of RGB (Red+Green+Blue) = 14+135+38=187 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.49% from 187); Green value is 135 (53.12% from 255 or 72.19% from 187); Blue value is 38 (15.23% from 255 or 20.32% from 187); Max value from RGB is 135 - color contains mainly: green. Hex color #0E8726 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E8726 is #F178D9. Grayscale: #585858. Windows color (decimal): -15825114 or 2524942. OLE color: 2524942.

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

Color convert

RGB1413538-
CMYK0.9000.720.47
HSL131.9º81.21%29.22%-
HSV(B)131.9º89.63%52.94%-
XYZ9.1917.564.74-
YUV87.7699.9175.39-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.49%
GREEN value IS 135 (53.12% from 255) = 72.19%
BLUE value IS 38 (15.23% from 255) = 20.32%
R=7.49%
G=72.19%
B=20.32%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal14135380.9000.720.47131.981.2129.22
HexE87265A0482F84511d
Octal162074613201105720412135
Binary11101000011110011010110100100100010111110000100101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E8726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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