Shades of Dark Pastel Green #19C041
Tints of Dark Pastel Green #19C041
RGB
CMYK
RGB Variations
Color information
#19C041 (or 0x19C041) is known color: Dark Pastel Green. HEX triplet: 19, C0 and 41. RGB value is (25,192,65). Sum of RGB (Red+Green+Blue) = 25+192+65=282 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.87% from 282); Green value is 192 (75.39% from 255 or 68.09% from 282); Blue value is 65 (25.78% from 255 or 23.05% from 282); Max value from RGB is 192 - color contains mainly: green. Hex color #19C041 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19C041 is #E63FBE. Grayscale: #7F7F7F. Windows color (decimal): -15089599 or 4309017. OLE color: 4309017.
HSL color Cylindrical-coordinate representation of color #19C041: hue angle of 134.37º 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 #19C041 is Cyan = 0.87, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 192 | 65 | - |
| CMYK | 0.87 | 0 | 0.66 | 0.25 |
| HSL | 134.37º | 0.77% | 0.43% | - |
| HSV(B) | 134.37º | 0.87% | 0.75% | - |
| XYZ | 20.2 | 38.29 | 11.33 | - |
| YUV | 127.59 | 92.67 | 54.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 192 | 65 | 0.87 | 0 | 0.66 | 0.25 | 134.37 | 0.77 | 0.43 |
| Hex | 19 | C0 | 41 | 57 | 0 | 42 | 19 | 86 | 4D | 2B |
| Octal | 31 | 300 | 101 | 127 | 0 | 102 | 31 | 206 | 115 | 53 |
| Binary | 11001 | 11000000 | 1000001 | 1010111 | 0 | 1000010 | 11001 | 10000110 | 1001101 | 101011 |
Color Harmonies of #19C041
Complementary color
Monochromatic Colors of #19C041
Black with #19C041
Text Example
Text Example
White with #19C041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C041; }
p { color: rgb(25,192,65); }
H1.HeaderClassName
{
color: #19C041;
}
.AnyTagClassName
{
color: #19C041;
}
</style>
background-color css
<style>
a { background-color: #19C041; }
a { background-color: rgb(25,192,65); }
div.DivClassName
{
background-color: #19C041;
}
.BgClassName
{
background-color: #19C041;
}
</style>
border-color css
<style>
span { border-color: #19C041; }
span { border-color: rgb(25,192,65); }
td.TdClassName
{
border-color: #19C041;
}
.TagClassName
{
border-color: #19C041;
}
</style>