Shades of Dark Pastel Green #19BA2D
Tints of Dark Pastel Green #19BA2D
RGB
CMYK
RGB Variations
Color information
#19BA2D (or 0x19BA2D) is known color: Dark Pastel Green. HEX triplet: 19, BA and 2D. RGB value is (25,186,45). Sum of RGB (Red+Green+Blue) = 25+186+45=256 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.77% from 256); Green value is 186 (73.05% from 255 or 72.66% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 186 - color contains mainly: green. Hex color #19BA2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19BA2D is #E645D2. Grayscale: #7A7A7A. Windows color (decimal): -15091155 or 2996761. OLE color: 2996761.
HSL color Cylindrical-coordinate representation of color #19BA2D: hue angle of 127.45º 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 #19BA2D is Cyan = 0.87, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 186 | 45 | - |
| CMYK | 0.87 | 0 | 0.76 | 0.27 |
| HSL | 127.45º | 0.76% | 0.41% | - |
| HSV(B) | 127.45º | 0.87% | 0.73% | - |
| XYZ | 18.43 | 35.51 | 8.37 | - |
| YUV | 121.79 | 84.66 | 58.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 186 | 45 | 0.87 | 0 | 0.76 | 0.27 | 127.45 | 0.76 | 0.41 |
| Hex | 19 | BA | 2D | 57 | 0 | 4C | 1B | 7F | 4C | 29 |
| Octal | 31 | 272 | 55 | 127 | 0 | 114 | 33 | 177 | 114 | 51 |
| Binary | 11001 | 10111010 | 101101 | 1010111 | 0 | 1001100 | 11011 | 1111111 | 1001100 | 101001 |
Color Harmonies of #19BA2D
Complementary color
Monochromatic Colors of #19BA2D
Black with #19BA2D
Text Example
Text Example
White with #19BA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BA2D; }
p { color: rgb(25,186,45); }
H1.HeaderClassName
{
color: #19BA2D;
}
.AnyTagClassName
{
color: #19BA2D;
}
</style>
background-color css
<style>
a { background-color: #19BA2D; }
a { background-color: rgb(25,186,45); }
div.DivClassName
{
background-color: #19BA2D;
}
.BgClassName
{
background-color: #19BA2D;
}
</style>
border-color css
<style>
span { border-color: #19BA2D; }
span { border-color: rgb(25,186,45); }
td.TdClassName
{
border-color: #19BA2D;
}
.TagClassName
{
border-color: #19BA2D;
}
</style>