#0E791A

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

Shades of Forest Green #0E791A

Tints of Forest Green #0E791A

Color information

#0E791A (or 0x0E791A) is unknown color: approx Forest Green. HEX triplet: 0E, 79 and 1A. RGB value is (14,121,26). Sum of RGB (Red+Green+Blue) = 14+121+26=161 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.70% from 161); Green value is 121 (47.66% from 255 or 75.16% from 161); Blue value is 26 (10.55% from 255 or 16.15% from 161); Max value from RGB is 121 - color contains mainly: green. Hex color #0E791A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E791A is #F186E5. Grayscale: #4E4E4E. Windows color (decimal): -15828710 or 1734926. OLE color: 1734926.

HSL color Cylindrical-coordinate representation of color #0E791A: hue angle of 126.73º 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 #0E791A is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB1412126-
CMYK0.8800.790.53
HSL126.73º79.26%26.47%-
HSV(B)126.73º88.43%47.45%-
XYZ7.213.843.27-
YUV78.1898.5582.22-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.70%
GREEN value IS 121 (47.66% from 255) = 75.16%
BLUE value IS 26 (10.55% from 255) = 16.15%
R=8.70%
G=75.16%
B=16.15%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal14121260.8800.790.53126.7379.2626.47
HexE791A5804F357f4f1a
Octal161713213001176517711732
Binary11101111001110101011000010011111101011111111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E791A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,121,26); }

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

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

 a { background-color: rgb(14,121,26); }

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

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

 span { border-color: rgb(14,121,26); }

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