#0E7A19

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

Shades of Forest Green #0E7A19

Tints of Forest Green #0E7A19

Color information

#0E7A19 (or 0x0E7A19) is unknown color: approx Forest Green. HEX triplet: 0E, 7A and 19. RGB value is (14,122,25). Sum of RGB (Red+Green+Blue) = 14+122+25=161 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.70% from 161); Green value is 122 (48.05% from 255 or 75.78% from 161); Blue value is 25 (10.16% from 255 or 15.53% from 161); Max value from RGB is 122 - color contains mainly: green. Hex color #0E7A19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E7A19 is #F185E6. Grayscale: #4E4E4E. Windows color (decimal): -15828455 or 1669646. OLE color: 1669646.

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

Color convert

RGB1412225-
CMYK0.8900.800.52
HSL126.11º79.41%26.67%-
HSV(B)126.11º88.52%47.84%-
XYZ7.3214.083.25-
YUV78.6597.7281.89-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.70%
GREEN value IS 122 (48.05% from 255) = 75.78%
BLUE value IS 25 (10.16% from 255) = 15.53%
R=8.70%
G=75.78%
B=15.53%

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
Decimal14122250.8900.800.52126.1179.4126.67
HexE7A1959050347e4f1b
Octal161723113101206417611733
Binary11101111010110011011001010100001101001111110100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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