Shades of Dark Pastel Green #19B542
Tints of Dark Pastel Green #19B542
RGB
CMYK
RGB Variations
Color information
#19B542 (or 0x19B542) is known color: Dark Pastel Green. HEX triplet: 19, B5 and 42. RGB value is (25,181,66). Sum of RGB (Red+Green+Blue) = 25+181+66=272 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.19% from 272); Green value is 181 (71.09% from 255 or 66.54% from 272); Blue value is 66 (26.17% from 255 or 24.26% from 272); Max value from RGB is 181 - color contains mainly: green. Hex color #19B542 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19B542 is #E64ABD. Grayscale: #797979. Windows color (decimal): -15092414 or 4371737. OLE color: 4371737.
HSL color Cylindrical-coordinate representation of color #19B542: hue angle of 135.77º 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 #19B542 is Cyan = 0.86, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 25 | 181 | 66 | - |
| CMYK | 0.86 | 0 | 0.64 | 0.29 |
| HSL | 135.77º | 0.76% | 0.4% | - |
| HSV(B) | 135.77º | 0.86% | 0.71% | - |
| XYZ | 17.91 | 33.65 | 10.71 | - |
| YUV | 121.25 | 96.82 | 59.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 181 | 66 | 0.86 | 0 | 0.64 | 0.29 | 135.77 | 0.76 | 0.4 |
| Hex | 19 | B5 | 42 | 56 | 0 | 40 | 1D | 88 | 4C | 28 |
| Octal | 31 | 265 | 102 | 126 | 0 | 100 | 35 | 210 | 114 | 50 |
| Binary | 11001 | 10110101 | 1000010 | 1010110 | 0 | 1000000 | 11101 | 10001000 | 1001100 | 101000 |
Color Harmonies of #19B542
Complementary color
Monochromatic Colors of #19B542
Black with #19B542
Text Example
Text Example
White with #19B542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19B542; }
p { color: rgb(25,181,66); }
H1.HeaderClassName
{
color: #19B542;
}
.AnyTagClassName
{
color: #19B542;
}
</style>
background-color css
<style>
a { background-color: #19B542; }
a { background-color: rgb(25,181,66); }
div.DivClassName
{
background-color: #19B542;
}
.BgClassName
{
background-color: #19B542;
}
</style>
border-color css
<style>
span { border-color: #19B542; }
span { border-color: rgb(25,181,66); }
td.TdClassName
{
border-color: #19B542;
}
.TagClassName
{
border-color: #19B542;
}
</style>