#0E7F1C

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

Shades of Forest Green #0E7F1C

Tints of Forest Green #0E7F1C

Color information

#0E7F1C (or 0x0E7F1C) is unknown color: approx Forest Green. HEX triplet: 0E, 7F and 1C. RGB value is (14,127,28). Sum of RGB (Red+Green+Blue) = 14+127+28=169 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.28% from 169); Green value is 127 (50% from 255 or 75.15% from 169); Blue value is 28 (11.33% from 255 or 16.57% from 169); Max value from RGB is 127 - color contains mainly: green. Hex color #0E7F1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E7F1C is #F180E3. Grayscale: #525252. Windows color (decimal): -15827172 or 1867534. OLE color: 1867534.

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

Color convert

RGB1412728-
CMYK0.8900.780.50
HSL127.43º80.14%27.65%-
HSV(B)127.43º88.98%49.8%-
XYZ7.9815.363.64-
YUV81.9397.5679.55-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.28%
GREEN value IS 127 (50% from 255) = 75.15%
BLUE value IS 28 (11.33% from 255) = 16.57%
R=8.28%
G=75.15%
B=16.57%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal14127280.8900.780.50127.4380.1427.65
HexE7F1C5904E327f501c
Octal161773413101166217712034
Binary11101111111111001011001010011101100101111111101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,127,28); }

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

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

 a { background-color: rgb(14,127,28); }

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

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

 span { border-color: rgb(14,127,28); }

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