Shades of Dark Pastel Green #19C942
Tints of Dark Pastel Green #19C942
RGB
CMYK
RGB Variations
Color information
#19C942 (or 0x19C942) is known color: Dark Pastel Green. HEX triplet: 19, C9 and 42. RGB value is (25,201,66). Sum of RGB (Red+Green+Blue) = 25+201+66=292 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.56% from 292); Green value is 201 (78.91% from 255 or 68.84% from 292); Blue value is 66 (26.17% from 255 or 22.60% from 292); Max value from RGB is 201 - color contains mainly: green. Hex color #19C942 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19C942 is #E636BD. Grayscale: #858585. Windows color (decimal): -15087294 or 4376857. OLE color: 4376857.
HSL color Cylindrical-coordinate representation of color #19C942: hue angle of 133.98º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19C942 is Cyan = 0.88, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 25 | 201 | 66 | - |
| CMYK | 0.88 | 0 | 0.67 | 0.21 |
| HSL | 133.98º | 0.78% | 0.44% | - |
| HSV(B) | 133.98º | 0.88% | 0.79% | - |
| XYZ | 22.27 | 42.37 | 12.16 | - |
| YUV | 132.99 | 90.19 | 50.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 201 | 66 | 0.88 | 0 | 0.67 | 0.21 | 133.98 | 0.78 | 0.44 |
| Hex | 19 | C9 | 42 | 58 | 0 | 43 | 15 | 86 | 4E | 2C |
| Octal | 31 | 311 | 102 | 130 | 0 | 103 | 25 | 206 | 116 | 54 |
| Binary | 11001 | 11001001 | 1000010 | 1011000 | 0 | 1000011 | 10101 | 10000110 | 1001110 | 101100 |
Color Harmonies of #19C942
Complementary color
Monochromatic Colors of #19C942
Black with #19C942
Text Example
Text Example
White with #19C942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C942; }
p { color: rgb(25,201,66); }
H1.HeaderClassName
{
color: #19C942;
}
.AnyTagClassName
{
color: #19C942;
}
</style>
background-color css
<style>
a { background-color: #19C942; }
a { background-color: rgb(25,201,66); }
div.DivClassName
{
background-color: #19C942;
}
.BgClassName
{
background-color: #19C942;
}
</style>
border-color css
<style>
span { border-color: #19C942; }
span { border-color: rgb(25,201,66); }
td.TdClassName
{
border-color: #19C942;
}
.TagClassName
{
border-color: #19C942;
}
</style>