Shades of Forest Green #1FA825
Tints of Forest Green #1FA825
RGB
CMYK
RGB Variations
Color information
#1FA825 (or 0x1FA825) is known color: Forest Green. HEX triplet: 1F, A8 and 25. RGB value is (31,168,37). Sum of RGB (Red+Green+Blue) = 31+168+37=236 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.14% from 236); Green value is 168 (66.02% from 255 or 71.19% from 236); Blue value is 37 (14.84% from 255 or 15.68% from 236); Max value from RGB is 168 - color contains mainly: green. Hex color #1FA825 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FA825 is #E057DA. Grayscale: #707070. Windows color (decimal): -14702555 or 2467871. OLE color: 2467871.
HSL color Cylindrical-coordinate representation of color #1FA825: hue angle of 122.63º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FA825 is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 31 | 168 | 37 | - |
| CMYK | 0.82 | 0 | 0.78 | 0.34 |
| HSL | 122.63º | 0.69% | 0.39% | - |
| HSV(B) | 122.63º | 0.82% | 0.66% | - |
| XYZ | 14.9 | 28.43 | 6.45 | - |
| YUV | 112.1 | 85.61 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 168 | 37 | 0.82 | 0 | 0.78 | 0.34 | 122.63 | 0.69 | 0.39 |
| Hex | 1F | A8 | 25 | 52 | 0 | 4E | 22 | 7B | 45 | 27 |
| Octal | 37 | 250 | 45 | 122 | 0 | 116 | 42 | 173 | 105 | 47 |
| Binary | 11111 | 10101000 | 100101 | 1010010 | 0 | 1001110 | 100010 | 1111011 | 1000101 | 100111 |
Color Harmonies of #1FA825
Complementary color
Monochromatic Colors of #1FA825
Black with #1FA825
Text Example
Text Example
White with #1FA825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA825; }
p { color: rgb(31,168,37); }
H1.HeaderClassName
{
color: #1FA825;
}
.AnyTagClassName
{
color: #1FA825;
}
</style>
background-color css
<style>
a { background-color: #1FA825; }
a { background-color: rgb(31,168,37); }
div.DivClassName
{
background-color: #1FA825;
}
.BgClassName
{
background-color: #1FA825;
}
</style>
border-color css
<style>
span { border-color: #1FA825; }
span { border-color: rgb(31,168,37); }
td.TdClassName
{
border-color: #1FA825;
}
.TagClassName
{
border-color: #1FA825;
}
</style>