#0E811B

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

Shades of Forest Green #0E811B

Tints of Forest Green #0E811B

Color information

#0E811B (or 0x0E811B) is unknown color: approx Forest Green. HEX triplet: 0E, 81 and 1B. RGB value is (14,129,27). Sum of RGB (Red+Green+Blue) = 14+129+27=170 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.24% from 170); Green value is 129 (50.78% from 255 or 75.88% from 170); Blue value is 27 (10.94% from 255 or 15.88% from 170); Max value from RGB is 129 - color contains mainly: green. Hex color #0E811B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E811B is #F17EE4. Grayscale: #535353. Windows color (decimal): -15826661 or 1802510. OLE color: 1802510.

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

Color convert

RGB1412927-
CMYK0.8900.790.49
HSL126.78º80.42%28.04%-
HSV(B)126.78º89.15%50.59%-
XYZ8.2315.873.67-
YUV82.9996.478.79-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.24%
GREEN value IS 129 (50.78% from 255) = 75.88%
BLUE value IS 27 (10.94% from 255) = 15.88%
R=8.24%
G=75.88%
B=15.88%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal14129270.8900.790.49126.7880.4228.04
HexE811B5904F317f501c
Octal162013313101176117712034
Binary111010000001110111011001010011111100011111111101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E811B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,129,27); }

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

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

 a { background-color: rgb(14,129,27); }

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

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

 span { border-color: rgb(14,129,27); }

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