Shades of Forest Green #1FAD28
Tints of Forest Green #1FAD28
RGB
CMYK
RGB Variations
Color information
#1FAD28 (or 0x1FAD28) is known color: Forest Green. HEX triplet: 1F, AD and 28. RGB value is (31,173,40). Sum of RGB (Red+Green+Blue) = 31+173+40=244 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.70% from 244); Green value is 173 (67.97% from 255 or 70.90% from 244); Blue value is 40 (16.02% from 255 or 16.39% from 244); Max value from RGB is 173 - color contains mainly: green. Hex color #1FAD28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FAD28 is #E052D7. Grayscale: #737373. Windows color (decimal): -14701272 or 2665759. OLE color: 2665759.
HSL color Cylindrical-coordinate representation of color #1FAD28: hue angle of 123.8º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAD28 is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 173 | 40 | - |
| CMYK | 0.82 | 0 | 0.77 | 0.32 |
| HSL | 123.8º | 0.7% | 0.4% | - |
| HSV(B) | 123.8º | 0.82% | 0.68% | - |
| XYZ | 15.89 | 30.33 | 7.02 | - |
| YUV | 115.38 | 85.46 | 67.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 173 | 40 | 0.82 | 0 | 0.77 | 0.32 | 123.8 | 0.7 | 0.4 |
| Hex | 1F | AD | 28 | 52 | 0 | 4D | 20 | 7C | 46 | 28 |
| Octal | 37 | 255 | 50 | 122 | 0 | 115 | 40 | 174 | 106 | 50 |
| Binary | 11111 | 10101101 | 101000 | 1010010 | 0 | 1001101 | 100000 | 1111100 | 1000110 | 101000 |
Color Harmonies of #1FAD28
Complementary color
Monochromatic Colors of #1FAD28
Black with #1FAD28
Text Example
Text Example
White with #1FAD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAD28; }
p { color: rgb(31,173,40); }
H1.HeaderClassName
{
color: #1FAD28;
}
.AnyTagClassName
{
color: #1FAD28;
}
</style>
background-color css
<style>
a { background-color: #1FAD28; }
a { background-color: rgb(31,173,40); }
div.DivClassName
{
background-color: #1FAD28;
}
.BgClassName
{
background-color: #1FAD28;
}
</style>
border-color css
<style>
span { border-color: #1FAD28; }
span { border-color: rgb(31,173,40); }
td.TdClassName
{
border-color: #1FAD28;
}
.TagClassName
{
border-color: #1FAD28;
}
</style>