Shades of Dark Pastel Green #19AB2F
Tints of Dark Pastel Green #19AB2F
RGB
CMYK
RGB Variations
Color information
#19AB2F (or 0x19AB2F) is known color: Dark Pastel Green. HEX triplet: 19, AB and 2F. RGB value is (25,171,47). Sum of RGB (Red+Green+Blue) = 25+171+47=243 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.29% from 243); Green value is 171 (67.19% from 255 or 70.37% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 171 - color contains mainly: green. Hex color #19AB2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19AB2F is #E654D0. Grayscale: #717171. Windows color (decimal): -15094993 or 3123993. OLE color: 3123993.
HSL color Cylindrical-coordinate representation of color #19AB2F: hue angle of 129.04º 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 #19AB2F is Cyan = 0.85, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 171 | 47 | - |
| CMYK | 0.85 | 0 | 0.73 | 0.33 |
| HSL | 129.04º | 0.74% | 0.38% | - |
| HSV(B) | 129.04º | 0.85% | 0.67% | - |
| XYZ | 15.48 | 29.54 | 7.57 | - |
| YUV | 113.21 | 90.63 | 65.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 171 | 47 | 0.85 | 0 | 0.73 | 0.33 | 129.04 | 0.74 | 0.38 |
| Hex | 19 | AB | 2F | 55 | 0 | 49 | 21 | 81 | 4A | 26 |
| Octal | 31 | 253 | 57 | 125 | 0 | 111 | 41 | 201 | 112 | 46 |
| Binary | 11001 | 10101011 | 101111 | 1010101 | 0 | 1001001 | 100001 | 10000001 | 1001010 | 100110 |
Color Harmonies of #19AB2F
Complementary color
Monochromatic Colors of #19AB2F
Black with #19AB2F
Text Example
Text Example
White with #19AB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AB2F; }
p { color: rgb(25,171,47); }
H1.HeaderClassName
{
color: #19AB2F;
}
.AnyTagClassName
{
color: #19AB2F;
}
</style>
background-color css
<style>
a { background-color: #19AB2F; }
a { background-color: rgb(25,171,47); }
div.DivClassName
{
background-color: #19AB2F;
}
.BgClassName
{
background-color: #19AB2F;
}
</style>
border-color css
<style>
span { border-color: #19AB2F; }
span { border-color: rgb(25,171,47); }
td.TdClassName
{
border-color: #19AB2F;
}
.TagClassName
{
border-color: #19AB2F;
}
</style>