#11A522

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

Shades of Forest Green #11A522

Tints of Forest Green #11A522

Color information

#11A522 (or 0x11A522) is unknown color: approx Forest Green. HEX triplet: 11, A5 and 22. RGB value is (17,165,34). Sum of RGB (Red+Green+Blue) = 17+165+34=216 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.87% from 216); Green value is 165 (64.84% from 255 or 76.39% from 216); Blue value is 34 (13.67% from 255 or 15.74% from 216); Max value from RGB is 165 - color contains mainly: green. Hex color #11A522 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11A522 is #EE5ADD. Grayscale: #6A6A6A. Windows color (decimal): -15620830 or 2270481. OLE color: 2270481.

HSL color Cylindrical-coordinate representation of color #11A522: hue angle of 126.89º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A522 is Cyan = 0.90, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.35.

Color convert

RGB1716534-
CMYK0.9000.790.35
HSL126.89º81.32%35.69%-
HSV(B)126.89º89.7%64.71%-
XYZ13.9827.146.02-
YUV105.8187.4764.65-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.87%
GREEN value IS 165 (64.84% from 255) = 76.39%
BLUE value IS 34 (13.67% from 255) = 15.74%
R=7.87%
G=76.39%
B=15.74%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal17165340.9000.790.35126.8981.3235.69
Hex11A5225A04F237f5124
Octal212454213201174317712144
Binary100011010010110001010110100100111110001111111111010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11A522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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