Shades of Dark Pastel Green #13AF32
Tints of Dark Pastel Green #13AF32
RGB
CMYK
RGB Variations
Color information
#13AF32 (or 0x13AF32) is known color: Dark Pastel Green. HEX triplet: 13, AF and 32. RGB value is (19,175,50). Sum of RGB (Red+Green+Blue) = 19+175+50=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 175 (68.75% from 255 or 71.72% from 244); Blue value is 50 (19.92% from 255 or 20.49% from 244); Max value from RGB is 175 - color contains mainly: green. Hex color #13AF32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AF32 is #EC50CD. Grayscale: #727272. Windows color (decimal): -15487182 or 3321619. OLE color: 3321619.
HSL color Cylindrical-coordinate representation of color #13AF32: hue angle of 131.92º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AF32 is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 175 | 50 | - |
| CMYK | 0.89 | 0 | 0.71 | 0.31 |
| HSL | 131.92º | 0.8% | 0.38% | - |
| HSV(B) | 131.92º | 0.89% | 0.69% | - |
| XYZ | 16.17 | 31.03 | 8.15 | - |
| YUV | 114.11 | 91.82 | 60.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 175 | 50 | 0.89 | 0 | 0.71 | 0.31 | 131.92 | 0.8 | 0.38 |
| Hex | 13 | AF | 32 | 59 | 0 | 47 | 1F | 84 | 50 | 26 |
| Octal | 23 | 257 | 62 | 131 | 0 | 107 | 37 | 204 | 120 | 46 |
| Binary | 10011 | 10101111 | 110010 | 1011001 | 0 | 1000111 | 11111 | 10000100 | 1010000 | 100110 |
Color Harmonies of #13AF32
Complementary color
Monochromatic Colors of #13AF32
Black with #13AF32
Text Example
Text Example
White with #13AF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AF32; }
p { color: rgb(19,175,50); }
H1.HeaderClassName
{
color: #13AF32;
}
.AnyTagClassName
{
color: #13AF32;
}
</style>
background-color css
<style>
a { background-color: #13AF32; }
a { background-color: rgb(19,175,50); }
div.DivClassName
{
background-color: #13AF32;
}
.BgClassName
{
background-color: #13AF32;
}
</style>
border-color css
<style>
span { border-color: #13AF32; }
span { border-color: rgb(19,175,50); }
td.TdClassName
{
border-color: #13AF32;
}
.TagClassName
{
border-color: #13AF32;
}
</style>