#11a01e

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

Shades of Forest Green #11A01E

Tints of Forest Green #11A01E

Color information

#11A01E (or 0x11A01E) is unknown color: approx Forest Green. HEX triplet: 11, A0 and 1E. RGB value is (17,160,30). Sum of RGB (Red+Green+Blue) = 17+160+30=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 160 (62.89% from 255 or 77.29% from 207); Blue value is 30 (12.11% from 255 or 14.49% from 207); Max value from RGB is 160 - color contains mainly: green. Hex color #11A01E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11A01E is #EE5FE1. Grayscale: #666666. Windows color (decimal): -15622114 or 2007057. OLE color: 2007057.

HSL color Cylindrical-coordinate representation of color #11A01E: hue angle of 125.45º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11A01E is Cyan = 0.89, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB1716030-
CMYK0.8900.810.37
HSL125.45º80.79%34.71%-
HSV(B)125.45º89.38%62.75%-
XYZ13.0425.355.44-
YUV102.4287.1267.07-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.21%
GREEN value IS 160 (62.89% from 255) = 77.29%
BLUE value IS 30 (12.11% from 255) = 14.49%
R=8.21%
G=77.29%
B=14.49%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal17160300.8900.810.37125.4580.7934.71
Hex11A01E59051257d5123
Octal212403613101214517512143
Binary10001101000001111010110010101000110010111111011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11a01e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11a01e; }

 p { color: rgb(17,160,30); }

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

<style>
 a { background-color: #11a01e; }

 a { background-color: rgb(17,160,30); }

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

<style>
 span { border-color: #11a01e; }

 span { border-color: rgb(17,160,30); }

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