#11AA2A

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

Shades of Dark Pastel Green #11AA2A

Tints of Dark Pastel Green #11AA2A

Color information

#11AA2A (or 0x11AA2A) is unknown color: approx Dark Pastel Green. HEX triplet: 11, AA and 2A. RGB value is (17,170,42). Sum of RGB (Red+Green+Blue) = 17+170+42=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 170 (66.80% from 255 or 74.24% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 170 - color contains mainly: green. Hex color #11AA2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11AA2A is #EE55D5. Grayscale: #6E6E6E. Windows color (decimal): -15619542 or 2796049. OLE color: 2796049.

HSL color Cylindrical-coordinate representation of color #11AA2A: hue angle of 129.8º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11AA2A is Cyan = 0.9, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB1717042-
CMYK0.900.750.33
HSL129.8º81.82%36.67%-
HSV(B)129.8º90%66.67%-
XYZ15.0229.047-
YUV109.6689.8161.91-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.42%
GREEN value IS 170 (66.80% from 255) = 74.24%
BLUE value IS 42 (16.80% from 255) = 18.34%
R=7.42%
G=74.24%
B=18.34%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17170420.900.750.33129.881.8236.67
Hex11AA2A5A04B21825225
Octal212525213201134120212245
Binary1000110101010101010101101001001011100001100000101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11AA2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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