Shades of Forest Green #1F8F25
Tints of Forest Green #1F8F25
RGB
CMYK
RGB Variations
Color information
#1F8F25 (or 0x1F8F25) is known color: Forest Green. HEX triplet: 1F, 8F and 25. RGB value is (31,143,37). Sum of RGB (Red+Green+Blue) = 31+143+37=211 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.69% from 211); Green value is 143 (56.25% from 255 or 67.77% from 211); Blue value is 37 (14.84% from 255 or 17.54% from 211); Max value from RGB is 143 - color contains mainly: green. Hex color #1F8F25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8F25 is #E070DA. Grayscale: #616161. Windows color (decimal): -14708955 or 2461471. OLE color: 2461471.
HSL color Cylindrical-coordinate representation of color #1F8F25: hue angle of 123.21º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F8F25 is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 31 | 143 | 37 | - |
| CMYK | 0.78 | 0 | 0.74 | 0.44 |
| HSL | 123.21º | 0.64% | 0.34% | - |
| HSV(B) | 123.21º | 0.78% | 0.56% | - |
| XYZ | 10.72 | 20.07 | 5.06 | - |
| YUV | 97.43 | 93.89 | 80.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 143 | 37 | 0.78 | 0 | 0.74 | 0.44 | 123.21 | 0.64 | 0.34 |
| Hex | 1F | 8F | 25 | 4E | 0 | 4A | 2C | 7B | 40 | 22 |
| Octal | 37 | 217 | 45 | 116 | 0 | 112 | 54 | 173 | 100 | 42 |
| Binary | 11111 | 10001111 | 100101 | 1001110 | 0 | 1001010 | 101100 | 1111011 | 1000000 | 100010 |
Color Harmonies of #1F8F25
Complementary color
Monochromatic Colors of #1F8F25
Black with #1F8F25
Text Example
Text Example
White with #1F8F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8F25; }
p { color: rgb(31,143,37); }
H1.HeaderClassName
{
color: #1F8F25;
}
.AnyTagClassName
{
color: #1F8F25;
}
</style>
background-color css
<style>
a { background-color: #1F8F25; }
a { background-color: rgb(31,143,37); }
div.DivClassName
{
background-color: #1F8F25;
}
.BgClassName
{
background-color: #1F8F25;
}
</style>
border-color css
<style>
span { border-color: #1F8F25; }
span { border-color: rgb(31,143,37); }
td.TdClassName
{
border-color: #1F8F25;
}
.TagClassName
{
border-color: #1F8F25;
}
</style>