#0E7A18

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

Shades of Forest Green #0E7A18

Tints of Forest Green #0E7A18

Color information

#0E7A18 (or 0x0E7A18) is unknown color: approx Forest Green. HEX triplet: 0E, 7A and 18. RGB value is (14,122,24). Sum of RGB (Red+Green+Blue) = 14+122+24=160 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.75% from 160); Green value is 122 (48.05% from 255 or 76.25% from 160); Blue value is 24 (9.77% from 255 or 15% from 160); Max value from RGB is 122 - color contains mainly: green. Hex color #0E7A18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E7A18 is #F185E7. Grayscale: #4E4E4E. Windows color (decimal): -15828456 or 1604110. OLE color: 1604110.

HSL color Cylindrical-coordinate representation of color #0E7A18: hue angle of 125.56º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E7A18 is Cyan = 0.89, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.52.

Color convert

RGB1412224-
CMYK0.8900.800.52
HSL125.56º79.41%26.67%-
HSV(B)125.56º88.52%47.84%-
XYZ7.3114.083.2-
YUV78.5497.2281.97-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.75%
GREEN value IS 122 (48.05% from 255) = 76.25%
BLUE value IS 24 (9.77% from 255) = 15%
R=8.75%
G=76.25%
B=15%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal14122240.8900.800.52125.5679.4126.67
HexE7A1859050347e4f1b
Octal161723013101206417611733
Binary11101111010110001011001010100001101001111110100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,122,24); }

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

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

 a { background-color: rgb(14,122,24); }

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

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

 span { border-color: rgb(14,122,24); }

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