Shades of Dark Pastel Green #19AF49
Tints of Dark Pastel Green #19AF49
RGB
CMYK
RGB Variations
Color information
#19AF49 (or 0x19AF49) is known color: Dark Pastel Green. HEX triplet: 19, AF and 49. RGB value is (25,175,73). Sum of RGB (Red+Green+Blue) = 25+175+73=273 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.16% from 273); Green value is 175 (68.75% from 255 or 64.10% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 175 - color contains mainly: green. Hex color #19AF49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19AF49 is #E650B6. Grayscale: #767676. Windows color (decimal): -15093943 or 4828953. OLE color: 4828953.
HSL color Cylindrical-coordinate representation of color #19AF49: hue angle of 139.2º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19AF49 is Cyan = 0.86, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 25 | 175 | 73 | - |
| CMYK | 0.86 | 0 | 0.58 | 0.31 |
| HSL | 139.2º | 0.75% | 0.39% | - |
| HSV(B) | 139.2º | 0.86% | 0.69% | - |
| XYZ | 16.93 | 31.35 | 11.46 | - |
| YUV | 118.52 | 102.31 | 61.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 175 | 73 | 0.86 | 0 | 0.58 | 0.31 | 139.2 | 0.75 | 0.39 |
| Hex | 19 | AF | 49 | 56 | 0 | 3A | 1F | 8B | 4B | 27 |
| Octal | 31 | 257 | 111 | 126 | 0 | 72 | 37 | 213 | 113 | 47 |
| Binary | 11001 | 10101111 | 1001001 | 1010110 | 0 | 111010 | 11111 | 10001011 | 1001011 | 100111 |
Color Harmonies of #19AF49
Complementary color
Monochromatic Colors of #19AF49
Black with #19AF49
Text Example
Text Example
White with #19AF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AF49; }
p { color: rgb(25,175,73); }
H1.HeaderClassName
{
color: #19AF49;
}
.AnyTagClassName
{
color: #19AF49;
}
</style>
background-color css
<style>
a { background-color: #19AF49; }
a { background-color: rgb(25,175,73); }
div.DivClassName
{
background-color: #19AF49;
}
.BgClassName
{
background-color: #19AF49;
}
</style>
border-color css
<style>
span { border-color: #19AF49; }
span { border-color: rgb(25,175,73); }
td.TdClassName
{
border-color: #19AF49;
}
.TagClassName
{
border-color: #19AF49;
}
</style>