Shades of Forest Green #1F950B
Tints of Forest Green #1F950B
RGB
CMYK
RGB Variations
Color information
#1F950B (or 0x1F950B) is known color: Forest Green. HEX triplet: 1F, 95 and 0B. RGB value is (31,149,11). Sum of RGB (Red+Green+Blue) = 31+149+11=191 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.23% from 191); Green value is 149 (58.59% from 255 or 78.01% from 191); Blue value is 11 (4.69% from 255 or 5.76% from 191); Max value from RGB is 149 - color contains mainly: green. Hex color #1F950B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F950B is #E06AF4. Grayscale: #626262. Windows color (decimal): -14707445 or 759071. OLE color: 759071.
HSL color Cylindrical-coordinate representation of color #1F950B: hue angle of 111.3º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1F950B is Cyan = 0.79, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 31 | 149 | 11 | - |
| CMYK | 0.79 | 0 | 0.93 | 0.42 |
| HSL | 111.3º | 0.86% | 0.31% | - |
| HSV(B) | 111.3º | 0.93% | 0.58% | - |
| XYZ | 11.37 | 21.81 | 3.93 | - |
| YUV | 97.99 | 78.91 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 149 | 11 | 0.79 | 0 | 0.93 | 0.42 | 111.3 | 0.86 | 0.31 |
| Hex | 1F | 95 | B | 4F | 0 | 5D | 2A | 6F | 56 | 1F |
| Octal | 37 | 225 | 13 | 117 | 0 | 135 | 52 | 157 | 126 | 37 |
| Binary | 11111 | 10010101 | 1011 | 1001111 | 0 | 1011101 | 101010 | 1101111 | 1010110 | 11111 |
Color Harmonies of #1F950B
Complementary color
Monochromatic Colors of #1F950B
Black with #1F950B
Text Example
Text Example
White with #1F950B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F950B; }
p { color: rgb(31,149,11); }
H1.HeaderClassName
{
color: #1F950B;
}
.AnyTagClassName
{
color: #1F950B;
}
</style>
background-color css
<style>
a { background-color: #1F950B; }
a { background-color: rgb(31,149,11); }
div.DivClassName
{
background-color: #1F950B;
}
.BgClassName
{
background-color: #1F950B;
}
</style>
border-color css
<style>
span { border-color: #1F950B; }
span { border-color: rgb(31,149,11); }
td.TdClassName
{
border-color: #1F950B;
}
.TagClassName
{
border-color: #1F950B;
}
</style>