Shades of Dark Pastel Green #13AA32
Tints of Dark Pastel Green #13AA32
RGB
CMYK
RGB Variations
Color information
#13AA32 (or 0x13AA32) is known color: Dark Pastel Green. HEX triplet: 13, AA and 32. RGB value is (19,170,50). Sum of RGB (Red+Green+Blue) = 19+170+50=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 170 (66.80% from 255 or 71.13% from 239); Blue value is 50 (19.92% from 255 or 20.92% from 239); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AA32 is #EC55CD. Grayscale: #6F6F6F. Windows color (decimal): -15488462 or 3320339. OLE color: 3320339.
HSL color Cylindrical-coordinate representation of color #13AA32: hue angle of 132.32º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AA32 is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 170 | 50 | - |
| CMYK | 0.89 | 0 | 0.71 | 0.33 |
| HSL | 132.32º | 0.8% | 0.37% | - |
| HSV(B) | 132.32º | 0.89% | 0.67% | - |
| XYZ | 15.22 | 29.12 | 7.84 | - |
| YUV | 111.17 | 93.47 | 62.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 170 | 50 | 0.89 | 0 | 0.71 | 0.33 | 132.32 | 0.8 | 0.37 |
| Hex | 13 | AA | 32 | 59 | 0 | 47 | 21 | 84 | 50 | 25 |
| Octal | 23 | 252 | 62 | 131 | 0 | 107 | 41 | 204 | 120 | 45 |
| Binary | 10011 | 10101010 | 110010 | 1011001 | 0 | 1000111 | 100001 | 10000100 | 1010000 | 100101 |
Color Harmonies of #13AA32
Complementary color
Monochromatic Colors of #13AA32
Black with #13AA32
Text Example
Text Example
White with #13AA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AA32; }
p { color: rgb(19,170,50); }
H1.HeaderClassName
{
color: #13AA32;
}
.AnyTagClassName
{
color: #13AA32;
}
</style>
background-color css
<style>
a { background-color: #13AA32; }
a { background-color: rgb(19,170,50); }
div.DivClassName
{
background-color: #13AA32;
}
.BgClassName
{
background-color: #13AA32;
}
</style>
border-color css
<style>
span { border-color: #13AA32; }
span { border-color: rgb(19,170,50); }
td.TdClassName
{
border-color: #13AA32;
}
.TagClassName
{
border-color: #13AA32;
}
</style>