Shades of Dark Pastel Green #19AA3E
Tints of Dark Pastel Green #19AA3E
RGB
CMYK
RGB Variations
Color information
#19AA3E (or 0x19AA3E) is known color: Dark Pastel Green. HEX triplet: 19, AA and 3E. RGB value is (25,170,62). Sum of RGB (Red+Green+Blue) = 25+170+62=257 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.73% from 257); Green value is 170 (66.80% from 255 or 66.15% from 257); Blue value is 62 (24.61% from 255 or 24.12% from 257); Max value from RGB is 170 - color contains mainly: green. Hex color #19AA3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19AA3E is #E655C1. Grayscale: #727272. Windows color (decimal): -15095234 or 4106777. OLE color: 4106777.
HSL color Cylindrical-coordinate representation of color #19AA3E: hue angle of 135.31º 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 #19AA3E is Cyan = 0.85, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 170 | 62 | - |
| CMYK | 0.85 | 0 | 0.64 | 0.33 |
| HSL | 135.31º | 0.74% | 0.38% | - |
| HSV(B) | 135.31º | 0.85% | 0.67% | - |
| XYZ | 15.65 | 29.3 | 9.39 | - |
| YUV | 114.33 | 98.46 | 64.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 170 | 62 | 0.85 | 0 | 0.64 | 0.33 | 135.31 | 0.74 | 0.38 |
| Hex | 19 | AA | 3E | 55 | 0 | 40 | 21 | 87 | 4A | 26 |
| Octal | 31 | 252 | 76 | 125 | 0 | 100 | 41 | 207 | 112 | 46 |
| Binary | 11001 | 10101010 | 111110 | 1010101 | 0 | 1000000 | 100001 | 10000111 | 1001010 | 100110 |
Color Harmonies of #19AA3E
Complementary color
Monochromatic Colors of #19AA3E
Black with #19AA3E
Text Example
Text Example
White with #19AA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AA3E; }
p { color: rgb(25,170,62); }
H1.HeaderClassName
{
color: #19AA3E;
}
.AnyTagClassName
{
color: #19AA3E;
}
</style>
background-color css
<style>
a { background-color: #19AA3E; }
a { background-color: rgb(25,170,62); }
div.DivClassName
{
background-color: #19AA3E;
}
.BgClassName
{
background-color: #19AA3E;
}
</style>
border-color css
<style>
span { border-color: #19AA3E; }
span { border-color: rgb(25,170,62); }
td.TdClassName
{
border-color: #19AA3E;
}
.TagClassName
{
border-color: #19AA3E;
}
</style>