Shades of Forest Green #1F8225
Tints of Forest Green #1F8225
RGB
CMYK
RGB Variations
Color information
#1F8225 (or 0x1F8225) is known color: Forest Green. HEX triplet: 1F, 82 and 25. RGB value is (31,130,37). Sum of RGB (Red+Green+Blue) = 31+130+37=198 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.66% from 198); Green value is 130 (51.17% from 255 or 65.66% from 198); Blue value is 37 (14.84% from 255 or 18.69% from 198); Max value from RGB is 130 - color contains mainly: green. Hex color #1F8225 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8225 is #E07DDA. Grayscale: #5A5A5A. Windows color (decimal): -14712283 or 2458143. OLE color: 2458143.
HSL color Cylindrical-coordinate representation of color #1F8225: hue angle of 123.64º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F8225 is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 31 | 130 | 37 | - |
| CMYK | 0.76 | 0 | 0.72 | 0.49 |
| HSL | 123.64º | 0.61% | 0.32% | - |
| HSV(B) | 123.64º | 0.76% | 0.51% | - |
| XYZ | 8.88 | 16.39 | 4.45 | - |
| YUV | 89.8 | 98.2 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 130 | 37 | 0.76 | 0 | 0.72 | 0.49 | 123.64 | 0.61 | 0.32 |
| Hex | 1F | 82 | 25 | 4C | 0 | 48 | 31 | 7C | 3D | 20 |
| Octal | 37 | 202 | 45 | 114 | 0 | 110 | 61 | 174 | 75 | 40 |
| Binary | 11111 | 10000010 | 100101 | 1001100 | 0 | 1001000 | 110001 | 1111100 | 111101 | 100000 |
Color Harmonies of #1F8225
Complementary color
Monochromatic Colors of #1F8225
Black with #1F8225
Text Example
Text Example
White with #1F8225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8225; }
p { color: rgb(31,130,37); }
H1.HeaderClassName
{
color: #1F8225;
}
.AnyTagClassName
{
color: #1F8225;
}
</style>
background-color css
<style>
a { background-color: #1F8225; }
a { background-color: rgb(31,130,37); }
div.DivClassName
{
background-color: #1F8225;
}
.BgClassName
{
background-color: #1F8225;
}
</style>
border-color css
<style>
span { border-color: #1F8225; }
span { border-color: rgb(31,130,37); }
td.TdClassName
{
border-color: #1F8225;
}
.TagClassName
{
border-color: #1F8225;
}
</style>