Shades of Dark Pastel Green #19AB45
Tints of Dark Pastel Green #19AB45
RGB
CMYK
RGB Variations
Color information
#19AB45 (or 0x19AB45) is known color: Dark Pastel Green. HEX triplet: 19, AB and 45. RGB value is (25,171,69). Sum of RGB (Red+Green+Blue) = 25+171+69=265 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.43% from 265); Green value is 171 (67.19% from 255 or 64.53% from 265); Blue value is 69 (27.34% from 255 or 26.04% from 265); Max value from RGB is 171 - color contains mainly: green. Hex color #19AB45 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19AB45 is #E654BA. Grayscale: #737373. Windows color (decimal): -15094971 or 4565785. OLE color: 4565785.
HSL color Cylindrical-coordinate representation of color #19AB45: hue angle of 138.08º 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 #19AB45 is Cyan = 0.85, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 171 | 69 | - |
| CMYK | 0.85 | 0 | 0.60 | 0.33 |
| HSL | 138.08º | 0.74% | 0.38% | - |
| HSV(B) | 138.08º | 0.85% | 0.67% | - |
| XYZ | 16.04 | 29.76 | 10.53 | - |
| YUV | 115.72 | 101.63 | 63.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 171 | 69 | 0.85 | 0 | 0.60 | 0.33 | 138.08 | 0.74 | 0.38 |
| Hex | 19 | AB | 45 | 55 | 0 | 3C | 21 | 8A | 4A | 26 |
| Octal | 31 | 253 | 105 | 125 | 0 | 74 | 41 | 212 | 112 | 46 |
| Binary | 11001 | 10101011 | 1000101 | 1010101 | 0 | 111100 | 100001 | 10001010 | 1001010 | 100110 |
Color Harmonies of #19AB45
Complementary color
Monochromatic Colors of #19AB45
Black with #19AB45
Text Example
Text Example
White with #19AB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AB45; }
p { color: rgb(25,171,69); }
H1.HeaderClassName
{
color: #19AB45;
}
.AnyTagClassName
{
color: #19AB45;
}
</style>
background-color css
<style>
a { background-color: #19AB45; }
a { background-color: rgb(25,171,69); }
div.DivClassName
{
background-color: #19AB45;
}
.BgClassName
{
background-color: #19AB45;
}
</style>
border-color css
<style>
span { border-color: #19AB45; }
span { border-color: rgb(25,171,69); }
td.TdClassName
{
border-color: #19AB45;
}
.TagClassName
{
border-color: #19AB45;
}
</style>