Shades of Dark Pastel Green #13AD32
Tints of Dark Pastel Green #13AD32
RGB
CMYK
RGB Variations
Color information
#13AD32 (or 0x13AD32) is known color: Dark Pastel Green. HEX triplet: 13, AD and 32. RGB value is (19,173,50). Sum of RGB (Red+Green+Blue) = 19+173+50=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 173 (67.97% from 255 or 71.49% from 242); Blue value is 50 (19.92% from 255 or 20.66% from 242); Max value from RGB is 173 - color contains mainly: green. Hex color #13AD32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AD32 is #EC52CD. Grayscale: #717171. Windows color (decimal): -15487694 or 3321107. OLE color: 3321107.
HSL color Cylindrical-coordinate representation of color #13AD32: hue angle of 132.08º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AD32 is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 173 | 50 | - |
| CMYK | 0.89 | 0 | 0.71 | 0.32 |
| HSL | 132.08º | 0.8% | 0.38% | - |
| HSV(B) | 132.08º | 0.89% | 0.68% | - |
| XYZ | 15.79 | 30.26 | 8.03 | - |
| YUV | 112.93 | 92.48 | 61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 173 | 50 | 0.89 | 0 | 0.71 | 0.32 | 132.08 | 0.8 | 0.38 |
| Hex | 13 | AD | 32 | 59 | 0 | 47 | 20 | 84 | 50 | 26 |
| Octal | 23 | 255 | 62 | 131 | 0 | 107 | 40 | 204 | 120 | 46 |
| Binary | 10011 | 10101101 | 110010 | 1011001 | 0 | 1000111 | 100000 | 10000100 | 1010000 | 100110 |
Color Harmonies of #13AD32
Complementary color
Monochromatic Colors of #13AD32
Black with #13AD32
Text Example
Text Example
White with #13AD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AD32; }
p { color: rgb(19,173,50); }
H1.HeaderClassName
{
color: #13AD32;
}
.AnyTagClassName
{
color: #13AD32;
}
</style>
background-color css
<style>
a { background-color: #13AD32; }
a { background-color: rgb(19,173,50); }
div.DivClassName
{
background-color: #13AD32;
}
.BgClassName
{
background-color: #13AD32;
}
</style>
border-color css
<style>
span { border-color: #13AD32; }
span { border-color: rgb(19,173,50); }
td.TdClassName
{
border-color: #13AD32;
}
.TagClassName
{
border-color: #13AD32;
}
</style>