Shades of Dark Pastel Green #19AD31
Tints of Dark Pastel Green #19AD31
RGB
CMYK
RGB Variations
Color information
#19AD31 (or 0x19AD31) is known color: Dark Pastel Green. HEX triplet: 19, AD and 31. RGB value is (25,173,49). Sum of RGB (Red+Green+Blue) = 25+173+49=247 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.12% from 247); Green value is 173 (67.97% from 255 or 70.04% from 247); Blue value is 49 (19.53% from 255 or 19.84% from 247); Max value from RGB is 173 - color contains mainly: green. Hex color #19AD31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19AD31 is #E652CE. Grayscale: #727272. Windows color (decimal): -15094479 or 3255577. OLE color: 3255577.
HSL color Cylindrical-coordinate representation of color #19AD31: hue angle of 129.73º 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 #19AD31 is Cyan = 0.86, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 25 | 173 | 49 | - |
| CMYK | 0.86 | 0 | 0.72 | 0.32 |
| HSL | 129.73º | 0.75% | 0.39% | - |
| HSV(B) | 129.73º | 0.86% | 0.68% | - |
| XYZ | 15.9 | 30.32 | 7.92 | - |
| YUV | 114.61 | 90.97 | 64.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 173 | 49 | 0.86 | 0 | 0.72 | 0.32 | 129.73 | 0.75 | 0.39 |
| Hex | 19 | AD | 31 | 56 | 0 | 48 | 20 | 82 | 4B | 27 |
| Octal | 31 | 255 | 61 | 126 | 0 | 110 | 40 | 202 | 113 | 47 |
| Binary | 11001 | 10101101 | 110001 | 1010110 | 0 | 1001000 | 100000 | 10000010 | 1001011 | 100111 |
Color Harmonies of #19AD31
Complementary color
Monochromatic Colors of #19AD31
Black with #19AD31
Text Example
Text Example
White with #19AD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AD31; }
p { color: rgb(25,173,49); }
H1.HeaderClassName
{
color: #19AD31;
}
.AnyTagClassName
{
color: #19AD31;
}
</style>
background-color css
<style>
a { background-color: #19AD31; }
a { background-color: rgb(25,173,49); }
div.DivClassName
{
background-color: #19AD31;
}
.BgClassName
{
background-color: #19AD31;
}
</style>
border-color css
<style>
span { border-color: #19AD31; }
span { border-color: rgb(25,173,49); }
td.TdClassName
{
border-color: #19AD31;
}
.TagClassName
{
border-color: #19AD31;
}
</style>