Shades of Pigment Green #1FAA47
Tints of Pigment Green #1FAA47
RGB
CMYK
RGB Variations
Color information
#1FAA47 (or 0x1FAA47) is known color: Pigment Green. HEX triplet: 1F, AA and 47. RGB value is (31,170,71). Sum of RGB (Red+Green+Blue) = 31+170+71=272 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.40% from 272); Green value is 170 (66.80% from 255 or 62.5% from 272); Blue value is 71 (28.12% from 255 or 26.10% from 272); Max value from RGB is 170 - color contains mainly: green. Hex color #1FAA47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FAA47 is #E055B8. Grayscale: #757575. Windows color (decimal): -14702009 or 4696607. OLE color: 4696607.
HSL color Cylindrical-coordinate representation of color #1FAA47: hue angle of 137.27º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAA47 is Cyan = 0.82, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 170 | 71 | - |
| CMYK | 0.82 | 0 | 0.58 | 0.33 |
| HSL | 137.27º | 0.69% | 0.39% | - |
| HSV(B) | 137.27º | 0.82% | 0.67% | - |
| XYZ | 16.08 | 29.5 | 10.81 | - |
| YUV | 117.15 | 101.95 | 66.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 170 | 71 | 0.82 | 0 | 0.58 | 0.33 | 137.27 | 0.69 | 0.39 |
| Hex | 1F | AA | 47 | 52 | 0 | 3A | 21 | 89 | 45 | 27 |
| Octal | 37 | 252 | 107 | 122 | 0 | 72 | 41 | 211 | 105 | 47 |
| Binary | 11111 | 10101010 | 1000111 | 1010010 | 0 | 111010 | 100001 | 10001001 | 1000101 | 100111 |
Color Harmonies of #1FAA47
Complementary color
Monochromatic Colors of #1FAA47
Black with #1FAA47
Text Example
Text Example
White with #1FAA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAA47; }
p { color: rgb(31,170,71); }
H1.HeaderClassName
{
color: #1FAA47;
}
.AnyTagClassName
{
color: #1FAA47;
}
</style>
background-color css
<style>
a { background-color: #1FAA47; }
a { background-color: rgb(31,170,71); }
div.DivClassName
{
background-color: #1FAA47;
}
.BgClassName
{
background-color: #1FAA47;
}
</style>
border-color css
<style>
span { border-color: #1FAA47; }
span { border-color: rgb(31,170,71); }
td.TdClassName
{
border-color: #1FAA47;
}
.TagClassName
{
border-color: #1FAA47;
}
</style>