#11A02A

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

Shades of Forest Green #11A02A

Tints of Forest Green #11A02A

Color information

#11A02A (or 0x11A02A) is unknown color: approx Forest Green. HEX triplet: 11, A0 and 2A. RGB value is (17,160,42). Sum of RGB (Red+Green+Blue) = 17+160+42=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 160 (62.89% from 255 or 73.06% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 160 - color contains mainly: green. Hex color #11A02A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11A02A is #EE5FD5. Grayscale: #686868. Windows color (decimal): -15622102 or 2793489. OLE color: 2793489.

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

Color convert

RGB1716042-
CMYK0.8900.740.37
HSL130.49º80.79%34.71%-
HSV(B)130.49º89.38%62.75%-
XYZ13.2225.436.4-
YUV103.7993.1266.09-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.76%
GREEN value IS 160 (62.89% from 255) = 73.06%
BLUE value IS 42 (16.80% from 255) = 19.18%
R=7.76%
G=73.06%
B=19.18%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal17160420.8900.740.37130.4980.7934.71
Hex11A02A5904A25825123
Octal212405213101124520212143
Binary1000110100000101010101100101001010100101100000101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11A02A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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