Shades of Dark Pastel Green #19BA49
Tints of Dark Pastel Green #19BA49
RGB
CMYK
RGB Variations
Color information
#19BA49 (or 0x19BA49) is known color: Dark Pastel Green. HEX triplet: 19, BA and 49. RGB value is (25,186,73). Sum of RGB (Red+Green+Blue) = 25+186+73=284 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.80% from 284); Green value is 186 (73.05% from 255 or 65.49% from 284); Blue value is 73 (28.91% from 255 or 25.70% from 284); Max value from RGB is 186 - color contains mainly: green. Hex color #19BA49 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19BA49 is #E645B6. Grayscale: #7D7D7D. Windows color (decimal): -15091127 or 4831769. OLE color: 4831769.
HSL color Cylindrical-coordinate representation of color #19BA49: hue angle of 137.89º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19BA49 is Cyan = 0.87, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 186 | 73 | - |
| CMYK | 0.87 | 0 | 0.61 | 0.27 |
| HSL | 137.89º | 0.76% | 0.41% | - |
| HSV(B) | 137.89º | 0.87% | 0.73% | - |
| XYZ | 19.16 | 35.81 | 12.2 | - |
| YUV | 124.98 | 98.66 | 56.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 186 | 73 | 0.87 | 0 | 0.61 | 0.27 | 137.89 | 0.76 | 0.41 |
| Hex | 19 | BA | 49 | 57 | 0 | 3D | 1B | 8A | 4C | 29 |
| Octal | 31 | 272 | 111 | 127 | 0 | 75 | 33 | 212 | 114 | 51 |
| Binary | 11001 | 10111010 | 1001001 | 1010111 | 0 | 111101 | 11011 | 10001010 | 1001100 | 101001 |
Color Harmonies of #19BA49
Complementary color
Monochromatic Colors of #19BA49
Black with #19BA49
Text Example
Text Example
White with #19BA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BA49; }
p { color: rgb(25,186,73); }
H1.HeaderClassName
{
color: #19BA49;
}
.AnyTagClassName
{
color: #19BA49;
}
</style>
background-color css
<style>
a { background-color: #19BA49; }
a { background-color: rgb(25,186,73); }
div.DivClassName
{
background-color: #19BA49;
}
.BgClassName
{
background-color: #19BA49;
}
</style>
border-color css
<style>
span { border-color: #19BA49; }
span { border-color: rgb(25,186,73); }
td.TdClassName
{
border-color: #19BA49;
}
.TagClassName
{
border-color: #19BA49;
}
</style>