Shades of Dark Pastel Green #19B540
Tints of Dark Pastel Green #19B540
RGB
CMYK
RGB Variations
Color information
#19B540 (or 0x19B540) is known color: Dark Pastel Green. HEX triplet: 19, B5 and 40. RGB value is (25,181,64). Sum of RGB (Red+Green+Blue) = 25+181+64=270 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.26% from 270); Green value is 181 (71.09% from 255 or 67.04% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 181 - color contains mainly: green. Hex color #19B540 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19B540 is #E64ABF. Grayscale: #797979. Windows color (decimal): -15092416 or 4240665. OLE color: 4240665.
HSL color Cylindrical-coordinate representation of color #19B540: hue angle of 135º 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 #19B540 is Cyan = 0.86, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 25 | 181 | 64 | - |
| CMYK | 0.86 | 0 | 0.65 | 0.29 |
| HSL | 135º | 0.76% | 0.4% | - |
| HSV(B) | 135º | 0.86% | 0.71% | - |
| XYZ | 17.85 | 33.62 | 10.4 | - |
| YUV | 121.02 | 95.82 | 59.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 181 | 64 | 0.86 | 0 | 0.65 | 0.29 | 135 | 0.76 | 0.4 |
| Hex | 19 | B5 | 40 | 56 | 0 | 41 | 1D | 87 | 4C | 28 |
| Octal | 31 | 265 | 100 | 126 | 0 | 101 | 35 | 207 | 114 | 50 |
| Binary | 11001 | 10110101 | 1000000 | 1010110 | 0 | 1000001 | 11101 | 10000111 | 1001100 | 101000 |
Color Harmonies of #19B540
Complementary color
Monochromatic Colors of #19B540
Black with #19B540
Text Example
Text Example
White with #19B540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19B540; }
p { color: rgb(25,181,64); }
H1.HeaderClassName
{
color: #19B540;
}
.AnyTagClassName
{
color: #19B540;
}
</style>
background-color css
<style>
a { background-color: #19B540; }
a { background-color: rgb(25,181,64); }
div.DivClassName
{
background-color: #19B540;
}
.BgClassName
{
background-color: #19B540;
}
</style>
border-color css
<style>
span { border-color: #19B540; }
span { border-color: rgb(25,181,64); }
td.TdClassName
{
border-color: #19B540;
}
.TagClassName
{
border-color: #19B540;
}
</style>