Shades of Forest Green #1FAD10
Tints of Forest Green #1FAD10
RGB
CMYK
RGB Variations
Color information
#1FAD10 (or 0x1FAD10) is known color: Forest Green. HEX triplet: 1F, AD and 10. RGB value is (31,173,16). Sum of RGB (Red+Green+Blue) = 31+173+16=220 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.09% from 220); Green value is 173 (67.97% from 255 or 78.64% from 220); Blue value is 16 (6.64% from 255 or 7.27% from 220); Max value from RGB is 173 - color contains mainly: green. Hex color #1FAD10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FAD10 is #E052EF. Grayscale: #717171. Windows color (decimal): -14701296 or 1092895. OLE color: 1092895.
HSL color Cylindrical-coordinate representation of color #1FAD10: hue angle of 114.27º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1FAD10 is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 173 | 16 | - |
| CMYK | 0.82 | 0 | 0.91 | 0.32 |
| HSL | 114.27º | 0.83% | 0.37% | - |
| HSV(B) | 114.27º | 0.91% | 0.68% | - |
| XYZ | 15.6 | 30.22 | 5.5 | - |
| YUV | 112.64 | 73.46 | 69.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 173 | 16 | 0.82 | 0 | 0.91 | 0.32 | 114.27 | 0.83 | 0.37 |
| Hex | 1F | AD | 10 | 52 | 0 | 5B | 20 | 72 | 53 | 25 |
| Octal | 37 | 255 | 20 | 122 | 0 | 133 | 40 | 162 | 123 | 45 |
| Binary | 11111 | 10101101 | 10000 | 1010010 | 0 | 1011011 | 100000 | 1110010 | 1010011 | 100101 |
Color Harmonies of #1FAD10
Complementary color
Monochromatic Colors of #1FAD10
Black with #1FAD10
Text Example
Text Example
White with #1FAD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAD10; }
p { color: rgb(31,173,16); }
H1.HeaderClassName
{
color: #1FAD10;
}
.AnyTagClassName
{
color: #1FAD10;
}
</style>
background-color css
<style>
a { background-color: #1FAD10; }
a { background-color: rgb(31,173,16); }
div.DivClassName
{
background-color: #1FAD10;
}
.BgClassName
{
background-color: #1FAD10;
}
</style>
border-color css
<style>
span { border-color: #1FAD10; }
span { border-color: rgb(31,173,16); }
td.TdClassName
{
border-color: #1FAD10;
}
.TagClassName
{
border-color: #1FAD10;
}
</style>