Shades of Forest Green #1F961F
Tints of Forest Green #1F961F
RGB
CMYK
RGB Variations
Color information
#1F961F (or 0x1F961F) is known color: Forest Green. HEX triplet: 1F, 96 and 1F. RGB value is (31,150,31). Sum of RGB (Red+Green+Blue) = 31+150+31=212 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.62% from 212); Green value is 150 (58.98% from 255 or 70.75% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 150 - color contains mainly: green. Hex color #1F961F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F961F is #E069E0. Grayscale: #656565. Windows color (decimal): -14707169 or 2070047. OLE color: 2070047.
HSL color Cylindrical-coordinate representation of color #1F961F: hue angle of 120º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F961F is Cyan = 0.79, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 31 | 150 | 31 | - |
| CMYK | 0.79 | 0 | 0.79 | 0.41 |
| HSL | 120º | 0.66% | 0.35% | - |
| HSV(B) | 120º | 0.79% | 0.59% | - |
| XYZ | 11.72 | 22.2 | 4.96 | - |
| YUV | 100.85 | 88.58 | 78.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 150 | 31 | 0.79 | 0 | 0.79 | 0.41 | 120 | 0.66 | 0.35 |
| Hex | 1F | 96 | 1F | 4F | 0 | 4F | 29 | 78 | 42 | 23 |
| Octal | 37 | 226 | 37 | 117 | 0 | 117 | 51 | 170 | 102 | 43 |
| Binary | 11111 | 10010110 | 11111 | 1001111 | 0 | 1001111 | 101001 | 1111000 | 1000010 | 100011 |
Color Harmonies of #1F961F
Complementary color
Monochromatic Colors of #1F961F
Black with #1F961F
Text Example
Text Example
White with #1F961F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F961F; }
p { color: rgb(31,150,31); }
H1.HeaderClassName
{
color: #1F961F;
}
.AnyTagClassName
{
color: #1F961F;
}
</style>
background-color css
<style>
a { background-color: #1F961F; }
a { background-color: rgb(31,150,31); }
div.DivClassName
{
background-color: #1F961F;
}
.BgClassName
{
background-color: #1F961F;
}
</style>
border-color css
<style>
span { border-color: #1F961F; }
span { border-color: rgb(31,150,31); }
td.TdClassName
{
border-color: #1F961F;
}
.TagClassName
{
border-color: #1F961F;
}
</style>