Shades of Dark Pastel Green #19AB3A
Tints of Dark Pastel Green #19AB3A
RGB
CMYK
RGB Variations
Color information
#19AB3A (or 0x19AB3A) is known color: Dark Pastel Green. HEX triplet: 19, AB and 3A. RGB value is (25,171,58). Sum of RGB (Red+Green+Blue) = 25+171+58=254 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.84% from 254); Green value is 171 (67.19% from 255 or 67.32% from 254); Blue value is 58 (23.05% from 255 or 22.83% from 254); Max value from RGB is 171 - color contains mainly: green. Hex color #19AB3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19AB3A is #E654C5. Grayscale: #727272. Windows color (decimal): -15094982 or 3844889. OLE color: 3844889.
HSL color Cylindrical-coordinate representation of color #19AB3A: hue angle of 133.56º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19AB3A is Cyan = 0.85, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 171 | 58 | - |
| CMYK | 0.85 | 0 | 0.66 | 0.33 |
| HSL | 133.56º | 0.74% | 0.38% | - |
| HSV(B) | 133.56º | 0.85% | 0.67% | - |
| XYZ | 15.73 | 29.64 | 8.89 | - |
| YUV | 114.46 | 96.13 | 64.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 171 | 58 | 0.85 | 0 | 0.66 | 0.33 | 133.56 | 0.74 | 0.38 |
| Hex | 19 | AB | 3A | 55 | 0 | 42 | 21 | 86 | 4A | 26 |
| Octal | 31 | 253 | 72 | 125 | 0 | 102 | 41 | 206 | 112 | 46 |
| Binary | 11001 | 10101011 | 111010 | 1010101 | 0 | 1000010 | 100001 | 10000110 | 1001010 | 100110 |
Color Harmonies of #19AB3A
Complementary color
Monochromatic Colors of #19AB3A
Black with #19AB3A
Text Example
Text Example
White with #19AB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AB3A; }
p { color: rgb(25,171,58); }
H1.HeaderClassName
{
color: #19AB3A;
}
.AnyTagClassName
{
color: #19AB3A;
}
</style>
background-color css
<style>
a { background-color: #19AB3A; }
a { background-color: rgb(25,171,58); }
div.DivClassName
{
background-color: #19AB3A;
}
.BgClassName
{
background-color: #19AB3A;
}
</style>
border-color css
<style>
span { border-color: #19AB3A; }
span { border-color: rgb(25,171,58); }
td.TdClassName
{
border-color: #19AB3A;
}
.TagClassName
{
border-color: #19AB3A;
}
</style>