Shades of Forest Green #1FAB2F
Tints of Forest Green #1FAB2F
RGB
CMYK
RGB Variations
Color information
#1FAB2F (or 0x1FAB2F) is known color: Forest Green. HEX triplet: 1F, AB and 2F. RGB value is (31,171,47). Sum of RGB (Red+Green+Blue) = 31+171+47=249 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.45% from 249); Green value is 171 (67.19% from 255 or 68.67% from 249); Blue value is 47 (18.75% from 255 or 18.88% from 249); Max value from RGB is 171 - color contains mainly: green. Hex color #1FAB2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FAB2F is #E054D0. Grayscale: #737373. Windows color (decimal): -14701777 or 3123999. OLE color: 3123999.
HSL color Cylindrical-coordinate representation of color #1FAB2F: hue angle of 126.86º 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 #1FAB2F is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 171 | 47 | - |
| CMYK | 0.82 | 0 | 0.73 | 0.33 |
| HSL | 126.86º | 0.69% | 0.4% | - |
| HSV(B) | 126.86º | 0.82% | 0.67% | - |
| XYZ | 15.64 | 29.62 | 7.58 | - |
| YUV | 115 | 89.62 | 68.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 171 | 47 | 0.82 | 0 | 0.73 | 0.33 | 126.86 | 0.69 | 0.4 |
| Hex | 1F | AB | 2F | 52 | 0 | 49 | 21 | 7F | 45 | 28 |
| Octal | 37 | 253 | 57 | 122 | 0 | 111 | 41 | 177 | 105 | 50 |
| Binary | 11111 | 10101011 | 101111 | 1010010 | 0 | 1001001 | 100001 | 1111111 | 1000101 | 101000 |
Color Harmonies of #1FAB2F
Complementary color
Monochromatic Colors of #1FAB2F
Black with #1FAB2F
Text Example
Text Example
White with #1FAB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAB2F; }
p { color: rgb(31,171,47); }
H1.HeaderClassName
{
color: #1FAB2F;
}
.AnyTagClassName
{
color: #1FAB2F;
}
</style>
background-color css
<style>
a { background-color: #1FAB2F; }
a { background-color: rgb(31,171,47); }
div.DivClassName
{
background-color: #1FAB2F;
}
.BgClassName
{
background-color: #1FAB2F;
}
</style>
border-color css
<style>
span { border-color: #1FAB2F; }
span { border-color: rgb(31,171,47); }
td.TdClassName
{
border-color: #1FAB2F;
}
.TagClassName
{
border-color: #1FAB2F;
}
</style>