Shades of Dark Pastel Green #19C031
Tints of Dark Pastel Green #19C031
RGB
CMYK
RGB Variations
Color information
#19C031 (or 0x19C031) is known color: Dark Pastel Green. HEX triplet: 19, C0 and 31. RGB value is (25,192,49). Sum of RGB (Red+Green+Blue) = 25+192+49=266 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.40% from 266); Green value is 192 (75.39% from 255 or 72.18% from 266); Blue value is 49 (19.53% from 255 or 18.42% from 266); Max value from RGB is 192 - color contains mainly: green. Hex color #19C031 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19C031 is #E63FCE. Grayscale: #7E7E7E. Windows color (decimal): -15089615 or 3260441. OLE color: 3260441.
HSL color Cylindrical-coordinate representation of color #19C031: hue angle of 128.62º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19C031 is Cyan = 0.87, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 192 | 49 | - |
| CMYK | 0.87 | 0 | 0.74 | 0.25 |
| HSL | 128.62º | 0.77% | 0.43% | - |
| HSV(B) | 128.62º | 0.87% | 0.75% | - |
| XYZ | 19.8 | 38.13 | 9.22 | - |
| YUV | 125.77 | 84.67 | 56.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 192 | 49 | 0.87 | 0 | 0.74 | 0.25 | 128.62 | 0.77 | 0.43 |
| Hex | 19 | C0 | 31 | 57 | 0 | 4A | 19 | 81 | 4D | 2B |
| Octal | 31 | 300 | 61 | 127 | 0 | 112 | 31 | 201 | 115 | 53 |
| Binary | 11001 | 11000000 | 110001 | 1010111 | 0 | 1001010 | 11001 | 10000001 | 1001101 | 101011 |
Color Harmonies of #19C031
Complementary color
Monochromatic Colors of #19C031
Black with #19C031
Text Example
Text Example
White with #19C031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C031; }
p { color: rgb(25,192,49); }
H1.HeaderClassName
{
color: #19C031;
}
.AnyTagClassName
{
color: #19C031;
}
</style>
background-color css
<style>
a { background-color: #19C031; }
a { background-color: rgb(25,192,49); }
div.DivClassName
{
background-color: #19C031;
}
.BgClassName
{
background-color: #19C031;
}
</style>
border-color css
<style>
span { border-color: #19C031; }
span { border-color: rgb(25,192,49); }
td.TdClassName
{
border-color: #19C031;
}
.TagClassName
{
border-color: #19C031;
}
</style>