Shades of Forest Green #1FAB28
Tints of Forest Green #1FAB28
RGB
CMYK
RGB Variations
Color information
#1FAB28 (or 0x1FAB28) is known color: Forest Green. HEX triplet: 1F, AB and 28. RGB value is (31,171,40). Sum of RGB (Red+Green+Blue) = 31+171+40=242 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.81% from 242); Green value is 171 (67.19% from 255 or 70.66% from 242); Blue value is 40 (16.02% from 255 or 16.53% from 242); Max value from RGB is 171 - color contains mainly: green. Hex color #1FAB28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FAB28 is #E054D7. Grayscale: #727272. Windows color (decimal): -14701784 or 2665247. OLE color: 2665247.
HSL color Cylindrical-coordinate representation of color #1FAB28: hue angle of 123.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 #1FAB28 is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 171 | 40 | - |
| CMYK | 0.82 | 0 | 0.77 | 0.33 |
| HSL | 123.86º | 0.69% | 0.4% | - |
| HSV(B) | 123.86º | 0.82% | 0.67% | - |
| XYZ | 15.51 | 29.57 | 6.9 | - |
| YUV | 114.21 | 86.12 | 68.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 171 | 40 | 0.82 | 0 | 0.77 | 0.33 | 123.86 | 0.69 | 0.4 |
| Hex | 1F | AB | 28 | 52 | 0 | 4D | 21 | 7C | 45 | 28 |
| Octal | 37 | 253 | 50 | 122 | 0 | 115 | 41 | 174 | 105 | 50 |
| Binary | 11111 | 10101011 | 101000 | 1010010 | 0 | 1001101 | 100001 | 1111100 | 1000101 | 101000 |
Color Harmonies of #1FAB28
Complementary color
Monochromatic Colors of #1FAB28
Black with #1FAB28
Text Example
Text Example
White with #1FAB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAB28; }
p { color: rgb(31,171,40); }
H1.HeaderClassName
{
color: #1FAB28;
}
.AnyTagClassName
{
color: #1FAB28;
}
</style>
background-color css
<style>
a { background-color: #1FAB28; }
a { background-color: rgb(31,171,40); }
div.DivClassName
{
background-color: #1FAB28;
}
.BgClassName
{
background-color: #1FAB28;
}
</style>
border-color css
<style>
span { border-color: #1FAB28; }
span { border-color: rgb(31,171,40); }
td.TdClassName
{
border-color: #1FAB28;
}
.TagClassName
{
border-color: #1FAB28;
}
</style>