Shades of Forest Green #1FAD15
Tints of Forest Green #1FAD15
RGB
CMYK
RGB Variations
Color information
#1FAD15 (or 0x1FAD15) is known color: Forest Green. HEX triplet: 1F, AD and 15. RGB value is (31,173,21). Sum of RGB (Red+Green+Blue) = 31+173+21=225 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.78% from 225); Green value is 173 (67.97% from 255 or 76.89% from 225); Blue value is 21 (8.59% from 255 or 9.33% from 225); Max value from RGB is 173 - color contains mainly: green. Hex color #1FAD15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FAD15 is #E052EA. Grayscale: #717171. Windows color (decimal): -14701291 or 1420575. OLE color: 1420575.
HSL color Cylindrical-coordinate representation of color #1FAD15: hue angle of 116.05º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FAD15 is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 173 | 21 | - |
| CMYK | 0.82 | 0 | 0.88 | 0.32 |
| HSL | 116.05º | 0.78% | 0.38% | - |
| HSV(B) | 116.05º | 0.88% | 0.68% | - |
| XYZ | 15.64 | 30.23 | 5.72 | - |
| YUV | 113.21 | 75.96 | 69.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 173 | 21 | 0.82 | 0 | 0.88 | 0.32 | 116.05 | 0.78 | 0.38 |
| Hex | 1F | AD | 15 | 52 | 0 | 58 | 20 | 74 | 4E | 26 |
| Octal | 37 | 255 | 25 | 122 | 0 | 130 | 40 | 164 | 116 | 46 |
| Binary | 11111 | 10101101 | 10101 | 1010010 | 0 | 1011000 | 100000 | 1110100 | 1001110 | 100110 |
Color Harmonies of #1FAD15
Complementary color
Monochromatic Colors of #1FAD15
Black with #1FAD15
Text Example
Text Example
White with #1FAD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAD15; }
p { color: rgb(31,173,21); }
H1.HeaderClassName
{
color: #1FAD15;
}
.AnyTagClassName
{
color: #1FAD15;
}
</style>
background-color css
<style>
a { background-color: #1FAD15; }
a { background-color: rgb(31,173,21); }
div.DivClassName
{
background-color: #1FAD15;
}
.BgClassName
{
background-color: #1FAD15;
}
</style>
border-color css
<style>
span { border-color: #1FAD15; }
span { border-color: rgb(31,173,21); }
td.TdClassName
{
border-color: #1FAD15;
}
.TagClassName
{
border-color: #1FAD15;
}
</style>