Shades of Dark Pastel Green #1FAB47
Tints of Dark Pastel Green #1FAB47
RGB
CMYK
RGB Variations
Color information
#1FAB47 (or 0x1FAB47) is known color: Dark Pastel Green. HEX triplet: 1F, AB and 47. RGB value is (31,171,71). Sum of RGB (Red+Green+Blue) = 31+171+71=273 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.36% from 273); Green value is 171 (67.19% from 255 or 62.64% from 273); Blue value is 71 (28.12% from 255 or 26.01% from 273); Max value from RGB is 171 - color contains mainly: green. Hex color #1FAB47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FAB47 is #E054B8. Grayscale: #767676. Windows color (decimal): -14701753 or 4696863. OLE color: 4696863.
HSL color Cylindrical-coordinate representation of color #1FAB47: hue angle of 137.14º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAB47 is Cyan = 0.82, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 171 | 71 | - |
| CMYK | 0.82 | 0 | 0.58 | 0.33 |
| HSL | 137.14º | 0.69% | 0.4% | - |
| HSV(B) | 137.14º | 0.82% | 0.67% | - |
| XYZ | 16.27 | 29.87 | 10.87 | - |
| YUV | 117.74 | 101.62 | 66.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 171 | 71 | 0.82 | 0 | 0.58 | 0.33 | 137.14 | 0.69 | 0.4 |
| Hex | 1F | AB | 47 | 52 | 0 | 3A | 21 | 89 | 45 | 28 |
| Octal | 37 | 253 | 107 | 122 | 0 | 72 | 41 | 211 | 105 | 50 |
| Binary | 11111 | 10101011 | 1000111 | 1010010 | 0 | 111010 | 100001 | 10001001 | 1000101 | 101000 |
Color Harmonies of #1FAB47
Complementary color
Monochromatic Colors of #1FAB47
Black with #1FAB47
Text Example
Text Example
White with #1FAB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAB47; }
p { color: rgb(31,171,71); }
H1.HeaderClassName
{
color: #1FAB47;
}
.AnyTagClassName
{
color: #1FAB47;
}
</style>
background-color css
<style>
a { background-color: #1FAB47; }
a { background-color: rgb(31,171,71); }
div.DivClassName
{
background-color: #1FAB47;
}
.BgClassName
{
background-color: #1FAB47;
}
</style>
border-color css
<style>
span { border-color: #1FAB47; }
span { border-color: rgb(31,171,71); }
td.TdClassName
{
border-color: #1FAB47;
}
.TagClassName
{
border-color: #1FAB47;
}
</style>