Shades of Dark Pastel Green #19B448
Tints of Dark Pastel Green #19B448
RGB
CMYK
RGB Variations
Color information
#19B448 (or 0x19B448) is known color: Dark Pastel Green. HEX triplet: 19, B4 and 48. RGB value is (25,180,72). Sum of RGB (Red+Green+Blue) = 25+180+72=277 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.03% from 277); Green value is 180 (70.70% from 255 or 64.98% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 180 - color contains mainly: green. Hex color #19B448 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19B448 is #E64BB7. Grayscale: #797979. Windows color (decimal): -15092664 or 4764697. OLE color: 4764697.
HSL color Cylindrical-coordinate representation of color #19B448: hue angle of 138.19º 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 #19B448 is Cyan = 0.86, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 25 | 180 | 72 | - |
| CMYK | 0.86 | 0 | 0.60 | 0.29 |
| HSL | 138.19º | 0.76% | 0.4% | - |
| HSV(B) | 138.19º | 0.86% | 0.71% | - |
| XYZ | 17.89 | 33.32 | 11.62 | - |
| YUV | 121.34 | 100.15 | 59.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 180 | 72 | 0.86 | 0 | 0.60 | 0.29 | 138.19 | 0.76 | 0.4 |
| Hex | 19 | B4 | 48 | 56 | 0 | 3C | 1D | 8A | 4C | 28 |
| Octal | 31 | 264 | 110 | 126 | 0 | 74 | 35 | 212 | 114 | 50 |
| Binary | 11001 | 10110100 | 1001000 | 1010110 | 0 | 111100 | 11101 | 10001010 | 1001100 | 101000 |
Color Harmonies of #19B448
Complementary color
Monochromatic Colors of #19B448
Black with #19B448
Text Example
Text Example
White with #19B448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19B448; }
p { color: rgb(25,180,72); }
H1.HeaderClassName
{
color: #19B448;
}
.AnyTagClassName
{
color: #19B448;
}
</style>
background-color css
<style>
a { background-color: #19B448; }
a { background-color: rgb(25,180,72); }
div.DivClassName
{
background-color: #19B448;
}
.BgClassName
{
background-color: #19B448;
}
</style>
border-color css
<style>
span { border-color: #19B448; }
span { border-color: rgb(25,180,72); }
td.TdClassName
{
border-color: #19B448;
}
.TagClassName
{
border-color: #19B448;
}
</style>