#11A521

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

Shades of Forest Green #11A521

Tints of Forest Green #11A521

Color information

#11A521 (or 0x11A521) is unknown color: approx Forest Green. HEX triplet: 11, A5 and 21. RGB value is (17,165,33). Sum of RGB (Red+Green+Blue) = 17+165+33=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 165 (64.84% from 255 or 76.74% from 215); Blue value is 33 (13.28% from 255 or 15.35% from 215); Max value from RGB is 165 - color contains mainly: green. Hex color #11A521 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11A521 is #EE5ADE. Grayscale: #6A6A6A. Windows color (decimal): -15620831 or 2204945. OLE color: 2204945.

HSL color Cylindrical-coordinate representation of color #11A521: hue angle of 126.49º 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 #11A521 is Cyan = 0.90, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.35.

Color convert

RGB1716533-
CMYK0.9000.80.35
HSL126.49º81.32%35.69%-
HSV(B)126.49º89.7%64.71%-
XYZ13.9627.145.94-
YUV105.786.9764.73-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.91%
GREEN value IS 165 (64.84% from 255) = 76.74%
BLUE value IS 33 (13.28% from 255) = 15.35%
R=7.91%
G=76.74%
B=15.35%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal17165330.9000.80.35126.4981.3235.69
Hex11A5215A050237e5124
Octal212454113201204317612144
Binary100011010010110000110110100101000010001111111101010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11A521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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