#11AA28

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

Shades of Dark Pastel Green #11AA28

Tints of Dark Pastel Green #11AA28

Color information

#11AA28 (or 0x11AA28) is unknown color: approx Dark Pastel Green. HEX triplet: 11, AA and 28. RGB value is (17,170,40). Sum of RGB (Red+Green+Blue) = 17+170+40=227 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.49% from 227); Green value is 170 (66.80% from 255 or 74.89% from 227); Blue value is 40 (16.02% from 255 or 17.62% from 227); Max value from RGB is 170 - color contains mainly: green. Hex color #11AA28 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11AA28 is #EE55D7. Grayscale: #6D6D6D. Windows color (decimal): -15619544 or 2664977. OLE color: 2664977.

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

Color convert

RGB1717040-
CMYK0.900.760.33
HSL129.02º81.82%36.67%-
HSV(B)129.02º90%66.67%-
XYZ14.9929.026.82-
YUV109.4388.8162.07-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.49%
GREEN value IS 170 (66.80% from 255) = 74.89%
BLUE value IS 40 (16.02% from 255) = 17.62%
R=7.49%
G=74.89%
B=17.62%

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
Decimal17170400.900.760.33129.0281.8236.67
Hex11AA285A04C21815225
Octal212525013201144120112245
Binary1000110101010101000101101001001100100001100000011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11AA28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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