#0E7C1C

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

Shades of Forest Green #0E7C1C

Tints of Forest Green #0E7C1C

Color information

#0E7C1C (or 0x0E7C1C) is unknown color: approx Forest Green. HEX triplet: 0E, 7C and 1C. RGB value is (14,124,28). Sum of RGB (Red+Green+Blue) = 14+124+28=166 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.43% from 166); Green value is 124 (48.83% from 255 or 74.70% from 166); Blue value is 28 (11.33% from 255 or 16.87% from 166); Max value from RGB is 124 - color contains mainly: green. Hex color #0E7C1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E7C1C is #F183E3. Grayscale: #505050. Windows color (decimal): -15827940 or 1866766. OLE color: 1866766.

HSL color Cylindrical-coordinate representation of color #0E7C1C: hue angle of 127.64º 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 #0E7C1C is Cyan = 0.89, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.51.

Color convert

RGB1412428-
CMYK0.8900.770.51
HSL127.64º79.71%27.06%-
HSV(B)127.64º88.71%48.63%-
XYZ7.614.593.51-
YUV80.1798.5680.81-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.43%
GREEN value IS 124 (48.83% from 255) = 74.70%
BLUE value IS 28 (11.33% from 255) = 16.87%
R=8.43%
G=74.70%
B=16.87%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal14124280.8900.770.51127.6479.7127.06
HexE7C1C5904D3380501b
Octal161743413101156320012033
Binary111011111001110010110010100110111001110000000101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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