Shades of Dark Pastel Green #19AA36
Tints of Dark Pastel Green #19AA36
RGB
CMYK
RGB Variations
Color information
#19AA36 (or 0x19AA36) is known color: Dark Pastel Green. HEX triplet: 19, AA and 36. RGB value is (25,170,54). Sum of RGB (Red+Green+Blue) = 25+170+54=249 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.04% from 249); Green value is 170 (66.80% from 255 or 68.27% from 249); Blue value is 54 (21.48% from 255 or 21.69% from 249); Max value from RGB is 170 - color contains mainly: green. Hex color #19AA36 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19AA36 is #E655C9. Grayscale: #717171. Windows color (decimal): -15095242 or 3582489. OLE color: 3582489.
HSL color Cylindrical-coordinate representation of color #19AA36: hue angle of 132º 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 #19AA36 is Cyan = 0.85, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 170 | 54 | - |
| CMYK | 0.85 | 0 | 0.68 | 0.33 |
| HSL | 132º | 0.74% | 0.38% | - |
| HSV(B) | 132º | 0.85% | 0.67% | - |
| XYZ | 15.44 | 29.22 | 8.32 | - |
| YUV | 113.42 | 94.46 | 64.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 170 | 54 | 0.85 | 0 | 0.68 | 0.33 | 132 | 0.74 | 0.38 |
| Hex | 19 | AA | 36 | 55 | 0 | 44 | 21 | 84 | 4A | 26 |
| Octal | 31 | 252 | 66 | 125 | 0 | 104 | 41 | 204 | 112 | 46 |
| Binary | 11001 | 10101010 | 110110 | 1010101 | 0 | 1000100 | 100001 | 10000100 | 1001010 | 100110 |
Color Harmonies of #19AA36
Complementary color
Monochromatic Colors of #19AA36
Black with #19AA36
Text Example
Text Example
White with #19AA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AA36; }
p { color: rgb(25,170,54); }
H1.HeaderClassName
{
color: #19AA36;
}
.AnyTagClassName
{
color: #19AA36;
}
</style>
background-color css
<style>
a { background-color: #19AA36; }
a { background-color: rgb(25,170,54); }
div.DivClassName
{
background-color: #19AA36;
}
.BgClassName
{
background-color: #19AA36;
}
</style>
border-color css
<style>
span { border-color: #19AA36; }
span { border-color: rgb(25,170,54); }
td.TdClassName
{
border-color: #19AA36;
}
.TagClassName
{
border-color: #19AA36;
}
</style>