Shades of Dark Pastel Green #19AB3D
Tints of Dark Pastel Green #19AB3D
RGB
CMYK
RGB Variations
Color information
#19AB3D (or 0x19AB3D) is known color: Dark Pastel Green. HEX triplet: 19, AB and 3D. RGB value is (25,171,61). Sum of RGB (Red+Green+Blue) = 25+171+61=257 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.73% from 257); Green value is 171 (67.19% from 255 or 66.54% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 171 - color contains mainly: green. Hex color #19AB3D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19AB3D is #E654C2. Grayscale: #737373. Windows color (decimal): -15094979 or 4041497. OLE color: 4041497.
HSL color Cylindrical-coordinate representation of color #19AB3D: hue angle of 134.79º 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 #19AB3D is Cyan = 0.85, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 171 | 61 | - |
| CMYK | 0.85 | 0 | 0.64 | 0.33 |
| HSL | 134.79º | 0.74% | 0.38% | - |
| HSV(B) | 134.79º | 0.85% | 0.67% | - |
| XYZ | 15.81 | 29.67 | 9.31 | - |
| YUV | 114.81 | 97.63 | 63.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 171 | 61 | 0.85 | 0 | 0.64 | 0.33 | 134.79 | 0.74 | 0.38 |
| Hex | 19 | AB | 3D | 55 | 0 | 40 | 21 | 87 | 4A | 26 |
| Octal | 31 | 253 | 75 | 125 | 0 | 100 | 41 | 207 | 112 | 46 |
| Binary | 11001 | 10101011 | 111101 | 1010101 | 0 | 1000000 | 100001 | 10000111 | 1001010 | 100110 |
Color Harmonies of #19AB3D
Complementary color
Monochromatic Colors of #19AB3D
Black with #19AB3D
Text Example
Text Example
White with #19AB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AB3D; }
p { color: rgb(25,171,61); }
H1.HeaderClassName
{
color: #19AB3D;
}
.AnyTagClassName
{
color: #19AB3D;
}
</style>
background-color css
<style>
a { background-color: #19AB3D; }
a { background-color: rgb(25,171,61); }
div.DivClassName
{
background-color: #19AB3D;
}
.BgClassName
{
background-color: #19AB3D;
}
</style>
border-color css
<style>
span { border-color: #19AB3D; }
span { border-color: rgb(25,171,61); }
td.TdClassName
{
border-color: #19AB3D;
}
.TagClassName
{
border-color: #19AB3D;
}
</style>