Shades of Dark Pastel Green #19B548
Tints of Dark Pastel Green #19B548
RGB
CMYK
RGB Variations
Color information
#19B548 (or 0x19B548) is known color: Dark Pastel Green. HEX triplet: 19, B5 and 48. RGB value is (25,181,72). Sum of RGB (Red+Green+Blue) = 25+181+72=278 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.99% from 278); Green value is 181 (71.09% from 255 or 65.11% from 278); Blue value is 72 (28.52% from 255 or 25.90% from 278); Max value from RGB is 181 - color contains mainly: green. Hex color #19B548 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19B548 is #E64AB7. Grayscale: #7A7A7A. Windows color (decimal): -15092408 or 4764953. OLE color: 4764953.
HSL color Cylindrical-coordinate representation of color #19B548: hue angle of 138.08º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19B548 is Cyan = 0.86, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 25 | 181 | 72 | - |
| CMYK | 0.86 | 0 | 0.60 | 0.29 |
| HSL | 138.08º | 0.76% | 0.4% | - |
| HSV(B) | 138.08º | 0.86% | 0.71% | - |
| XYZ | 18.09 | 33.72 | 11.69 | - |
| YUV | 121.93 | 99.82 | 58.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 181 | 72 | 0.86 | 0 | 0.60 | 0.29 | 138.08 | 0.76 | 0.4 |
| Hex | 19 | B5 | 48 | 56 | 0 | 3C | 1D | 8A | 4C | 28 |
| Octal | 31 | 265 | 110 | 126 | 0 | 74 | 35 | 212 | 114 | 50 |
| Binary | 11001 | 10110101 | 1001000 | 1010110 | 0 | 111100 | 11101 | 10001010 | 1001100 | 101000 |
Color Harmonies of #19B548
Complementary color
Monochromatic Colors of #19B548
Black with #19B548
Text Example
Text Example
White with #19B548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19B548; }
p { color: rgb(25,181,72); }
H1.HeaderClassName
{
color: #19B548;
}
.AnyTagClassName
{
color: #19B548;
}
</style>
background-color css
<style>
a { background-color: #19B548; }
a { background-color: rgb(25,181,72); }
div.DivClassName
{
background-color: #19B548;
}
.BgClassName
{
background-color: #19B548;
}
</style>
border-color css
<style>
span { border-color: #19B548; }
span { border-color: rgb(25,181,72); }
td.TdClassName
{
border-color: #19B548;
}
.TagClassName
{
border-color: #19B548;
}
</style>