Shades of Dark Pastel Green #19AB42
Tints of Dark Pastel Green #19AB42
RGB
CMYK
RGB Variations
Color information
#19AB42 (or 0x19AB42) is known color: Dark Pastel Green. HEX triplet: 19, AB and 42. RGB value is (25,171,66). Sum of RGB (Red+Green+Blue) = 25+171+66=262 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.54% from 262); Green value is 171 (67.19% from 255 or 65.27% from 262); Blue value is 66 (26.17% from 255 or 25.19% from 262); Max value from RGB is 171 - color contains mainly: green. Hex color #19AB42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19AB42 is #E654BD. Grayscale: #737373. Windows color (decimal): -15094974 or 4369177. OLE color: 4369177.
HSL color Cylindrical-coordinate representation of color #19AB42: hue angle of 136.85º 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 #19AB42 is Cyan = 0.85, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 171 | 66 | - |
| CMYK | 0.85 | 0 | 0.61 | 0.33 |
| HSL | 136.85º | 0.74% | 0.38% | - |
| HSV(B) | 136.85º | 0.85% | 0.67% | - |
| XYZ | 15.95 | 29.73 | 10.05 | - |
| YUV | 115.38 | 100.13 | 63.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 171 | 66 | 0.85 | 0 | 0.61 | 0.33 | 136.85 | 0.74 | 0.38 |
| Hex | 19 | AB | 42 | 55 | 0 | 3D | 21 | 89 | 4A | 26 |
| Octal | 31 | 253 | 102 | 125 | 0 | 75 | 41 | 211 | 112 | 46 |
| Binary | 11001 | 10101011 | 1000010 | 1010101 | 0 | 111101 | 100001 | 10001001 | 1001010 | 100110 |
Color Harmonies of #19AB42
Complementary color
Monochromatic Colors of #19AB42
Black with #19AB42
Text Example
Text Example
White with #19AB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AB42; }
p { color: rgb(25,171,66); }
H1.HeaderClassName
{
color: #19AB42;
}
.AnyTagClassName
{
color: #19AB42;
}
</style>
background-color css
<style>
a { background-color: #19AB42; }
a { background-color: rgb(25,171,66); }
div.DivClassName
{
background-color: #19AB42;
}
.BgClassName
{
background-color: #19AB42;
}
</style>
border-color css
<style>
span { border-color: #19AB42; }
span { border-color: rgb(25,171,66); }
td.TdClassName
{
border-color: #19AB42;
}
.TagClassName
{
border-color: #19AB42;
}
</style>