#0E7E1F

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

Shades of Forest Green #0E7E1F

Tints of Forest Green #0E7E1F

Color information

#0E7E1F (or 0x0E7E1F) is unknown color: approx Forest Green. HEX triplet: 0E, 7E and 1F. RGB value is (14,126,31). Sum of RGB (Red+Green+Blue) = 14+126+31=171 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.19% from 171); Green value is 126 (49.61% from 255 or 73.68% from 171); Blue value is 31 (12.5% from 255 or 18.13% from 171); Max value from RGB is 126 - color contains mainly: green. Hex color #0E7E1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E7E1F is #F181E0. Grayscale: #515151. Windows color (decimal): -15827425 or 2063886. OLE color: 2063886.

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

Color convert

RGB1412631-
CMYK0.8900.750.51
HSL129.11º80%27.45%-
HSV(B)129.11º88.89%49.41%-
XYZ7.8915.113.8-
YUV81.6899.3979.72-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.19%
GREEN value IS 126 (49.61% from 255) = 73.68%
BLUE value IS 31 (12.5% from 255) = 18.13%
R=8.19%
G=73.68%
B=18.13%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal14126310.8900.750.51129.118027.45
HexE7E1F5904B3381501b
Octal161763713101136320112033
Binary111011111101111110110010100101111001110000001101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,126,31); }

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

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

 a { background-color: rgb(14,126,31); }

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

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

 span { border-color: rgb(14,126,31); }

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