Shades of Forest Green #1F992F
Tints of Forest Green #1F992F
RGB
CMYK
RGB Variations
Color information
#1F992F (or 0x1F992F) is known color: Forest Green. HEX triplet: 1F, 99 and 2F. RGB value is (31,153,47). Sum of RGB (Red+Green+Blue) = 31+153+47=231 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.42% from 231); Green value is 153 (60.16% from 255 or 66.23% from 231); Blue value is 47 (18.75% from 255 or 20.35% from 231); Max value from RGB is 153 - color contains mainly: green. Hex color #1F992F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F992F is #E066D0. Grayscale: #686868. Windows color (decimal): -14706385 or 3119391. OLE color: 3119391.
HSL color Cylindrical-coordinate representation of color #1F992F: hue angle of 127.87º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F992F is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 31 | 153 | 47 | - |
| CMYK | 0.80 | 0 | 0.69 | 0.4 |
| HSL | 127.87º | 0.66% | 0.36% | - |
| HSV(B) | 127.87º | 0.8% | 0.6% | - |
| XYZ | 12.47 | 23.28 | 6.53 | - |
| YUV | 104.44 | 95.58 | 75.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 153 | 47 | 0.80 | 0 | 0.69 | 0.4 | 127.87 | 0.66 | 0.36 |
| Hex | 1F | 99 | 2F | 50 | 0 | 45 | 28 | 80 | 42 | 24 |
| Octal | 37 | 231 | 57 | 120 | 0 | 105 | 50 | 200 | 102 | 44 |
| Binary | 11111 | 10011001 | 101111 | 1010000 | 0 | 1000101 | 101000 | 10000000 | 1000010 | 100100 |
Color Harmonies of #1F992F
Complementary color
Monochromatic Colors of #1F992F
Black with #1F992F
Text Example
Text Example
White with #1F992F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F992F; }
p { color: rgb(31,153,47); }
H1.HeaderClassName
{
color: #1F992F;
}
.AnyTagClassName
{
color: #1F992F;
}
</style>
background-color css
<style>
a { background-color: #1F992F; }
a { background-color: rgb(31,153,47); }
div.DivClassName
{
background-color: #1F992F;
}
.BgClassName
{
background-color: #1F992F;
}
</style>
border-color css
<style>
span { border-color: #1F992F; }
span { border-color: rgb(31,153,47); }
td.TdClassName
{
border-color: #1F992F;
}
.TagClassName
{
border-color: #1F992F;
}
</style>