Shades of Forest Green #1F970A
Tints of Forest Green #1F970A
RGB
CMYK
RGB Variations
Color information
#1F970A (or 0x1F970A) is known color: Forest Green. HEX triplet: 1F, 97 and 0A. RGB value is (31,151,10). Sum of RGB (Red+Green+Blue) = 31+151+10=192 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.15% from 192); Green value is 151 (59.38% from 255 or 78.65% from 192); Blue value is 10 (4.30% from 255 or 5.21% from 192); Max value from RGB is 151 - color contains mainly: green. Hex color #1F970A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F970A is #E068F5. Grayscale: #636363. Windows color (decimal): -14706934 or 694047. OLE color: 694047.
HSL color Cylindrical-coordinate representation of color #1F970A: hue angle of 111.06º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1F970A is Cyan = 0.79, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 31 | 151 | 10 | - |
| CMYK | 0.79 | 0 | 0.93 | 0.41 |
| HSL | 111.06º | 0.88% | 0.32% | - |
| HSV(B) | 111.06º | 0.93% | 0.59% | - |
| XYZ | 11.69 | 22.45 | 4 | - |
| YUV | 99.05 | 77.74 | 79.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 151 | 10 | 0.79 | 0 | 0.93 | 0.41 | 111.06 | 0.88 | 0.32 |
| Hex | 1F | 97 | A | 4F | 0 | 5D | 29 | 6F | 58 | 20 |
| Octal | 37 | 227 | 12 | 117 | 0 | 135 | 51 | 157 | 130 | 40 |
| Binary | 11111 | 10010111 | 1010 | 1001111 | 0 | 1011101 | 101001 | 1101111 | 1011000 | 100000 |
Color Harmonies of #1F970A
Complementary color
Monochromatic Colors of #1F970A
Black with #1F970A
Text Example
Text Example
White with #1F970A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F970A; }
p { color: rgb(31,151,10); }
H1.HeaderClassName
{
color: #1F970A;
}
.AnyTagClassName
{
color: #1F970A;
}
</style>
background-color css
<style>
a { background-color: #1F970A; }
a { background-color: rgb(31,151,10); }
div.DivClassName
{
background-color: #1F970A;
}
.BgClassName
{
background-color: #1F970A;
}
</style>
border-color css
<style>
span { border-color: #1F970A; }
span { border-color: rgb(31,151,10); }
td.TdClassName
{
border-color: #1F970A;
}
.TagClassName
{
border-color: #1F970A;
}
</style>