Shades of Dark Pastel Green #19C039
Tints of Dark Pastel Green #19C039
RGB
CMYK
RGB Variations
Color information
#19C039 (or 0x19C039) is known color: Dark Pastel Green. HEX triplet: 19, C0 and 39. RGB value is (25,192,57). Sum of RGB (Red+Green+Blue) = 25+192+57=274 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.12% from 274); Green value is 192 (75.39% from 255 or 70.07% from 274); Blue value is 57 (22.66% from 255 or 20.80% from 274); Max value from RGB is 192 - color contains mainly: green. Hex color #19C039 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19C039 is #E63FC6. Grayscale: #7F7F7F. Windows color (decimal): -15089607 or 3784729. OLE color: 3784729.
HSL color Cylindrical-coordinate representation of color #19C039: hue angle of 131.5º 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 #19C039 is Cyan = 0.87, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 192 | 57 | - |
| CMYK | 0.87 | 0 | 0.70 | 0.25 |
| HSL | 131.5º | 0.77% | 0.43% | - |
| HSV(B) | 131.5º | 0.87% | 0.75% | - |
| XYZ | 19.99 | 38.2 | 10.19 | - |
| YUV | 126.68 | 88.67 | 55.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 192 | 57 | 0.87 | 0 | 0.70 | 0.25 | 131.5 | 0.77 | 0.43 |
| Hex | 19 | C0 | 39 | 57 | 0 | 46 | 19 | 83 | 4D | 2B |
| Octal | 31 | 300 | 71 | 127 | 0 | 106 | 31 | 203 | 115 | 53 |
| Binary | 11001 | 11000000 | 111001 | 1010111 | 0 | 1000110 | 11001 | 10000011 | 1001101 | 101011 |
Color Harmonies of #19C039
Complementary color
Monochromatic Colors of #19C039
Black with #19C039
Text Example
Text Example
White with #19C039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C039; }
p { color: rgb(25,192,57); }
H1.HeaderClassName
{
color: #19C039;
}
.AnyTagClassName
{
color: #19C039;
}
</style>
background-color css
<style>
a { background-color: #19C039; }
a { background-color: rgb(25,192,57); }
div.DivClassName
{
background-color: #19C039;
}
.BgClassName
{
background-color: #19C039;
}
</style>
border-color css
<style>
span { border-color: #19C039; }
span { border-color: rgb(25,192,57); }
td.TdClassName
{
border-color: #19C039;
}
.TagClassName
{
border-color: #19C039;
}
</style>