Shades of Dark Pastel Green #19AB2D
Tints of Dark Pastel Green #19AB2D
RGB
CMYK
RGB Variations
Color information
#19AB2D (or 0x19AB2D) is known color: Dark Pastel Green. HEX triplet: 19, AB and 2D. RGB value is (25,171,45). Sum of RGB (Red+Green+Blue) = 25+171+45=241 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.37% from 241); Green value is 171 (67.19% from 255 or 70.95% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 171 - color contains mainly: green. Hex color #19AB2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19AB2D is #E654D2. Grayscale: #717171. Windows color (decimal): -15094995 or 2992921. OLE color: 2992921.
HSL color Cylindrical-coordinate representation of color #19AB2D: hue angle of 128.22º 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 #19AB2D is Cyan = 0.85, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 171 | 45 | - |
| CMYK | 0.85 | 0 | 0.74 | 0.33 |
| HSL | 128.22º | 0.74% | 0.38% | - |
| HSV(B) | 128.22º | 0.85% | 0.67% | - |
| XYZ | 15.44 | 29.52 | 7.37 | - |
| YUV | 112.98 | 89.63 | 65.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 171 | 45 | 0.85 | 0 | 0.74 | 0.33 | 128.22 | 0.74 | 0.38 |
| Hex | 19 | AB | 2D | 55 | 0 | 4A | 21 | 80 | 4A | 26 |
| Octal | 31 | 253 | 55 | 125 | 0 | 112 | 41 | 200 | 112 | 46 |
| Binary | 11001 | 10101011 | 101101 | 1010101 | 0 | 1001010 | 100001 | 10000000 | 1001010 | 100110 |
Color Harmonies of #19AB2D
Complementary color
Monochromatic Colors of #19AB2D
Black with #19AB2D
Text Example
Text Example
White with #19AB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AB2D; }
p { color: rgb(25,171,45); }
H1.HeaderClassName
{
color: #19AB2D;
}
.AnyTagClassName
{
color: #19AB2D;
}
</style>
background-color css
<style>
a { background-color: #19AB2D; }
a { background-color: rgb(25,171,45); }
div.DivClassName
{
background-color: #19AB2D;
}
.BgClassName
{
background-color: #19AB2D;
}
</style>
border-color css
<style>
span { border-color: #19AB2D; }
span { border-color: rgb(25,171,45); }
td.TdClassName
{
border-color: #19AB2D;
}
.TagClassName
{
border-color: #19AB2D;
}
</style>