#0E781C

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

Shades of Forest Green #0E781C

Tints of Forest Green #0E781C

Color information

#0E781C (or 0x0E781C) is unknown color: approx Forest Green. HEX triplet: 0E, 78 and 1C. RGB value is (14,120,28). Sum of RGB (Red+Green+Blue) = 14+120+28=162 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.64% from 162); Green value is 120 (47.27% from 255 or 74.07% from 162); Blue value is 28 (11.33% from 255 or 17.28% from 162); Max value from RGB is 120 - color contains mainly: green. Hex color #0E781C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E781C is #F187E3. Grayscale: #4E4E4E. Windows color (decimal): -15828964 or 1865742. OLE color: 1865742.

HSL color Cylindrical-coordinate representation of color #0E781C: hue angle of 127.92º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E781C is Cyan = 0.88, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB1412028-
CMYK0.8800.770.53
HSL127.92º79.1%26.27%-
HSV(B)127.92º88.33%47.06%-
XYZ7.1113.613.35-
YUV77.8299.8882.48-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.64%
GREEN value IS 120 (47.27% from 255) = 74.07%
BLUE value IS 28 (11.33% from 255) = 17.28%
R=8.64%
G=74.07%
B=17.28%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal14120280.8800.770.53127.9279.126.27
HexE781C5804D35804f1a
Octal161703413001156520011732
Binary111011110001110010110000100110111010110000000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E781C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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