#11A022

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

Shades of Forest Green #11A022

Tints of Forest Green #11A022

Color information

#11A022 (or 0x11A022) is unknown color: approx Forest Green. HEX triplet: 11, A0 and 22. RGB value is (17,160,34). Sum of RGB (Red+Green+Blue) = 17+160+34=211 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.06% from 211); Green value is 160 (62.89% from 255 or 75.83% from 211); Blue value is 34 (13.67% from 255 or 16.11% from 211); Max value from RGB is 160 - color contains mainly: green. Hex color #11A022 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11A022 is #EE5FDD. Grayscale: #676767. Windows color (decimal): -15622110 or 2269201. OLE color: 2269201.

HSL color Cylindrical-coordinate representation of color #11A022: hue angle of 127.13º 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 #11A022 is Cyan = 0.89, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB1716034-
CMYK0.8900.790.37
HSL127.13º80.79%34.71%-
HSV(B)127.13º89.38%62.75%-
XYZ13.0925.385.72-
YUV102.8889.1266.75-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.06%
GREEN value IS 160 (62.89% from 255) = 75.83%
BLUE value IS 34 (13.67% from 255) = 16.11%
R=8.06%
G=75.83%
B=16.11%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal17160340.8900.790.37127.1380.7934.71
Hex11A0225904F257f5123
Octal212404213101174517712143
Binary100011010000010001010110010100111110010111111111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11A022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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