Shades of Dark Pastel Green #19AD32
Tints of Dark Pastel Green #19AD32
RGB
CMYK
RGB Variations
Color information
#19AD32 (or 0x19AD32) is known color: Dark Pastel Green. HEX triplet: 19, AD and 32. RGB value is (25,173,50). Sum of RGB (Red+Green+Blue) = 25+173+50=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 173 (67.97% from 255 or 69.76% from 248); Blue value is 50 (19.92% from 255 or 20.16% from 248); Max value from RGB is 173 - color contains mainly: green. Hex color #19AD32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19AD32 is #E652CD. Grayscale: #737373. Windows color (decimal): -15094478 or 3321113. OLE color: 3321113.
HSL color Cylindrical-coordinate representation of color #19AD32: hue angle of 130.14º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19AD32 is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 25 | 173 | 50 | - |
| CMYK | 0.86 | 0 | 0.71 | 0.32 |
| HSL | 130.14º | 0.75% | 0.39% | - |
| HSV(B) | 130.14º | 0.86% | 0.68% | - |
| XYZ | 15.92 | 30.32 | 8.03 | - |
| YUV | 114.73 | 91.47 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 173 | 50 | 0.86 | 0 | 0.71 | 0.32 | 130.14 | 0.75 | 0.39 |
| Hex | 19 | AD | 32 | 56 | 0 | 47 | 20 | 82 | 4B | 27 |
| Octal | 31 | 255 | 62 | 126 | 0 | 107 | 40 | 202 | 113 | 47 |
| Binary | 11001 | 10101101 | 110010 | 1010110 | 0 | 1000111 | 100000 | 10000010 | 1001011 | 100111 |
Color Harmonies of #19AD32
Complementary color
Monochromatic Colors of #19AD32
Black with #19AD32
Text Example
Text Example
White with #19AD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AD32; }
p { color: rgb(25,173,50); }
H1.HeaderClassName
{
color: #19AD32;
}
.AnyTagClassName
{
color: #19AD32;
}
</style>
background-color css
<style>
a { background-color: #19AD32; }
a { background-color: rgb(25,173,50); }
div.DivClassName
{
background-color: #19AD32;
}
.BgClassName
{
background-color: #19AD32;
}
</style>
border-color css
<style>
span { border-color: #19AD32; }
span { border-color: rgb(25,173,50); }
td.TdClassName
{
border-color: #19AD32;
}
.TagClassName
{
border-color: #19AD32;
}
</style>