Shades of Dark Pastel Green #11AA2D
Tints of Dark Pastel Green #11AA2D
RGB
CMYK
RGB Variations
Color information
#11AA2D (or 0x11AA2D) is known color: Dark Pastel Green. HEX triplet: 11, AA and 2D. RGB value is (17,170,45). Sum of RGB (Red+Green+Blue) = 17+170+45=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 170 (66.80% from 255 or 73.28% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 170 - color contains mainly: green. Hex color #11AA2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11AA2D is #EE55D2. Grayscale: #6E6E6E. Windows color (decimal): -15619539 or 2992657. OLE color: 2992657.
HSL color Cylindrical-coordinate representation of color #11AA2D: hue angle of 130.98º 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 #11AA2D is Cyan = 0.9, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 170 | 45 | - |
| CMYK | 0.9 | 0 | 0.74 | 0.33 |
| HSL | 130.98º | 0.82% | 0.37% | - |
| HSV(B) | 130.98º | 0.9% | 0.67% | - |
| XYZ | 15.08 | 29.06 | 7.3 | - |
| YUV | 110 | 91.31 | 61.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 170 | 45 | 0.9 | 0 | 0.74 | 0.33 | 130.98 | 0.82 | 0.37 |
| Hex | 11 | AA | 2D | 5A | 0 | 4A | 21 | 83 | 52 | 25 |
| Octal | 21 | 252 | 55 | 132 | 0 | 112 | 41 | 203 | 122 | 45 |
| Binary | 10001 | 10101010 | 101101 | 1011010 | 0 | 1001010 | 100001 | 10000011 | 1010010 | 100101 |
Color Harmonies of #11AA2D
Complementary color
Monochromatic Colors of #11AA2D
Black with #11AA2D
Text Example
Text Example
White with #11AA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AA2D; }
p { color: rgb(17,170,45); }
H1.HeaderClassName
{
color: #11AA2D;
}
.AnyTagClassName
{
color: #11AA2D;
}
</style>
background-color css
<style>
a { background-color: #11AA2D; }
a { background-color: rgb(17,170,45); }
div.DivClassName
{
background-color: #11AA2D;
}
.BgClassName
{
background-color: #11AA2D;
}
</style>
border-color css
<style>
span { border-color: #11AA2D; }
span { border-color: rgb(17,170,45); }
td.TdClassName
{
border-color: #11AA2D;
}
.TagClassName
{
border-color: #11AA2D;
}
</style>