#11AA29

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

Shades of Dark Pastel Green #11AA29

Tints of Dark Pastel Green #11AA29

Color information

#11AA29 (or 0x11AA29) is unknown color: approx Dark Pastel Green. HEX triplet: 11, AA and 29. RGB value is (17,170,41). Sum of RGB (Red+Green+Blue) = 17+170+41=228 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.46% from 228); Green value is 170 (66.80% from 255 or 74.56% from 228); Blue value is 41 (16.41% from 255 or 17.98% from 228); Max value from RGB is 170 - color contains mainly: green. Hex color #11AA29 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11AA29 is #EE55D6. Grayscale: #6D6D6D. Windows color (decimal): -15619543 or 2730513. OLE color: 2730513.

HSL color Cylindrical-coordinate representation of color #11AA29: hue angle of 129.41º 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 #11AA29 is Cyan = 0.9, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB1717041-
CMYK0.900.760.33
HSL129.41º81.82%36.67%-
HSV(B)129.41º90%66.67%-
XYZ15.0129.036.91-
YUV109.5589.3161.99-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.46%
GREEN value IS 170 (66.80% from 255) = 74.56%
BLUE value IS 41 (16.41% from 255) = 17.98%
R=7.46%
G=74.56%
B=17.98%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17170410.900.760.33129.4181.8236.67
Hex11AA295A04C21815225
Octal212525113201144120112245
Binary1000110101010101001101101001001100100001100000011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11AA29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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