Shades of Dark Pastel Green #19C548
Tints of Dark Pastel Green #19C548
RGB
CMYK
RGB Variations
Color information
#19C548 (or 0x19C548) is known color: Dark Pastel Green. HEX triplet: 19, C5 and 48. RGB value is (25,197,72). Sum of RGB (Red+Green+Blue) = 25+197+72=294 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.50% from 294); Green value is 197 (77.34% from 255 or 67.01% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 197 - color contains mainly: green. Hex color #19C548 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19C548 is #E63AB7. Grayscale: #838383. Windows color (decimal): -15088312 or 4769049. OLE color: 4769049.
HSL color Cylindrical-coordinate representation of color #19C548: hue angle of 136.4º 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 #19C548 is Cyan = 0.87, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 25 | 197 | 72 | - |
| CMYK | 0.87 | 0 | 0.63 | 0.23 |
| HSL | 136.4º | 0.77% | 0.44% | - |
| HSV(B) | 136.4º | 0.87% | 0.77% | - |
| XYZ | 21.54 | 40.61 | 12.83 | - |
| YUV | 131.32 | 94.52 | 52.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 197 | 72 | 0.87 | 0 | 0.63 | 0.23 | 136.4 | 0.77 | 0.44 |
| Hex | 19 | C5 | 48 | 57 | 0 | 3F | 17 | 88 | 4D | 2C |
| Octal | 31 | 305 | 110 | 127 | 0 | 77 | 27 | 210 | 115 | 54 |
| Binary | 11001 | 11000101 | 1001000 | 1010111 | 0 | 111111 | 10111 | 10001000 | 1001101 | 101100 |
Color Harmonies of #19C548
Complementary color
Monochromatic Colors of #19C548
Black with #19C548
Text Example
Text Example
White with #19C548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C548; }
p { color: rgb(25,197,72); }
H1.HeaderClassName
{
color: #19C548;
}
.AnyTagClassName
{
color: #19C548;
}
</style>
background-color css
<style>
a { background-color: #19C548; }
a { background-color: rgb(25,197,72); }
div.DivClassName
{
background-color: #19C548;
}
.BgClassName
{
background-color: #19C548;
}
</style>
border-color css
<style>
span { border-color: #19C548; }
span { border-color: rgb(25,197,72); }
td.TdClassName
{
border-color: #19C548;
}
.TagClassName
{
border-color: #19C548;
}
</style>