Shades of Dark Pastel Green #19A935
Tints of Dark Pastel Green #19A935
RGB
CMYK
RGB Variations
Color information
#19A935 (or 0x19A935) is known color: Dark Pastel Green. HEX triplet: 19, A9 and 35. RGB value is (25,169,53). Sum of RGB (Red+Green+Blue) = 25+169+53=247 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.12% from 247); Green value is 169 (66.41% from 255 or 68.42% from 247); Blue value is 53 (21.09% from 255 or 21.46% from 247); Max value from RGB is 169 - color contains mainly: green. Hex color #19A935 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19A935 is #E656CA. Grayscale: #717171. Windows color (decimal): -15095499 or 3516697. OLE color: 3516697.
HSL color Cylindrical-coordinate representation of color #19A935: hue angle of 131.67º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19A935 is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 25 | 169 | 53 | - |
| CMYK | 0.85 | 0 | 0.69 | 0.34 |
| HSL | 131.67º | 0.74% | 0.38% | - |
| HSV(B) | 131.67º | 0.85% | 0.66% | - |
| XYZ | 15.23 | 28.84 | 8.13 | - |
| YUV | 112.72 | 94.29 | 65.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 169 | 53 | 0.85 | 0 | 0.69 | 0.34 | 131.67 | 0.74 | 0.38 |
| Hex | 19 | A9 | 35 | 55 | 0 | 45 | 22 | 84 | 4A | 26 |
| Octal | 31 | 251 | 65 | 125 | 0 | 105 | 42 | 204 | 112 | 46 |
| Binary | 11001 | 10101001 | 110101 | 1010101 | 0 | 1000101 | 100010 | 10000100 | 1001010 | 100110 |
Color Harmonies of #19A935
Complementary color
Monochromatic Colors of #19A935
Black with #19A935
Text Example
Text Example
White with #19A935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A935; }
p { color: rgb(25,169,53); }
H1.HeaderClassName
{
color: #19A935;
}
.AnyTagClassName
{
color: #19A935;
}
</style>
background-color css
<style>
a { background-color: #19A935; }
a { background-color: rgb(25,169,53); }
div.DivClassName
{
background-color: #19A935;
}
.BgClassName
{
background-color: #19A935;
}
</style>
border-color css
<style>
span { border-color: #19A935; }
span { border-color: rgb(25,169,53); }
td.TdClassName
{
border-color: #19A935;
}
.TagClassName
{
border-color: #19A935;
}
</style>