Shades of Dark Pastel Green #19C538
Tints of Dark Pastel Green #19C538
RGB
CMYK
RGB Variations
Color information
#19C538 (or 0x19C538) is known color: Dark Pastel Green. HEX triplet: 19, C5 and 38. RGB value is (25,197,56). Sum of RGB (Red+Green+Blue) = 25+197+56=278 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.99% from 278); Green value is 197 (77.34% from 255 or 70.86% from 278); Blue value is 56 (22.27% from 255 or 20.14% from 278); Max value from RGB is 197 - color contains mainly: green. Hex color #19C538 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19C538 is #E63AC7. Grayscale: #818181. Windows color (decimal): -15088328 or 3720473. OLE color: 3720473.
HSL color Cylindrical-coordinate representation of color #19C538: hue angle of 130.81º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19C538 is Cyan = 0.87, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 25 | 197 | 56 | - |
| CMYK | 0.87 | 0 | 0.72 | 0.23 |
| HSL | 130.81º | 0.77% | 0.44% | - |
| HSV(B) | 130.81º | 0.87% | 0.77% | - |
| XYZ | 21.08 | 40.42 | 10.43 | - |
| YUV | 129.5 | 86.52 | 53.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 197 | 56 | 0.87 | 0 | 0.72 | 0.23 | 130.81 | 0.77 | 0.44 |
| Hex | 19 | C5 | 38 | 57 | 0 | 48 | 17 | 83 | 4D | 2C |
| Octal | 31 | 305 | 70 | 127 | 0 | 110 | 27 | 203 | 115 | 54 |
| Binary | 11001 | 11000101 | 111000 | 1010111 | 0 | 1001000 | 10111 | 10000011 | 1001101 | 101100 |
Color Harmonies of #19C538
Complementary color
Monochromatic Colors of #19C538
Black with #19C538
Text Example
Text Example
White with #19C538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C538; }
p { color: rgb(25,197,56); }
H1.HeaderClassName
{
color: #19C538;
}
.AnyTagClassName
{
color: #19C538;
}
</style>
background-color css
<style>
a { background-color: #19C538; }
a { background-color: rgb(25,197,56); }
div.DivClassName
{
background-color: #19C538;
}
.BgClassName
{
background-color: #19C538;
}
</style>
border-color css
<style>
span { border-color: #19C538; }
span { border-color: rgb(25,197,56); }
td.TdClassName
{
border-color: #19C538;
}
.TagClassName
{
border-color: #19C538;
}
</style>