Shades of Forest Green #1F992E
Tints of Forest Green #1F992E
RGB
CMYK
RGB Variations
Color information
#1F992E (or 0x1F992E) is known color: Forest Green. HEX triplet: 1F, 99 and 2E. RGB value is (31,153,46). Sum of RGB (Red+Green+Blue) = 31+153+46=230 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.48% from 230); Green value is 153 (60.16% from 255 or 66.52% from 230); Blue value is 46 (18.36% from 255 or 20% from 230); Max value from RGB is 153 - color contains mainly: green. Hex color #1F992E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F992E is #E066D1. Grayscale: #686868. Windows color (decimal): -14706386 or 3053855. OLE color: 3053855.
HSL color Cylindrical-coordinate representation of color #1F992E: hue angle of 127.38º 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 #1F992E is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 31 | 153 | 46 | - |
| CMYK | 0.80 | 0 | 0.70 | 0.4 |
| HSL | 127.38º | 0.66% | 0.36% | - |
| HSV(B) | 127.38º | 0.8% | 0.6% | - |
| XYZ | 12.45 | 23.27 | 6.42 | - |
| YUV | 104.32 | 95.08 | 75.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 153 | 46 | 0.80 | 0 | 0.70 | 0.4 | 127.38 | 0.66 | 0.36 |
| Hex | 1F | 99 | 2E | 50 | 0 | 46 | 28 | 7F | 42 | 24 |
| Octal | 37 | 231 | 56 | 120 | 0 | 106 | 50 | 177 | 102 | 44 |
| Binary | 11111 | 10011001 | 101110 | 1010000 | 0 | 1000110 | 101000 | 1111111 | 1000010 | 100100 |
Color Harmonies of #1F992E
Complementary color
Monochromatic Colors of #1F992E
Black with #1F992E
Text Example
Text Example
White with #1F992E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F992E; }
p { color: rgb(31,153,46); }
H1.HeaderClassName
{
color: #1F992E;
}
.AnyTagClassName
{
color: #1F992E;
}
</style>
background-color css
<style>
a { background-color: #1F992E; }
a { background-color: rgb(31,153,46); }
div.DivClassName
{
background-color: #1F992E;
}
.BgClassName
{
background-color: #1F992E;
}
</style>
border-color css
<style>
span { border-color: #1F992E; }
span { border-color: rgb(31,153,46); }
td.TdClassName
{
border-color: #1F992E;
}
.TagClassName
{
border-color: #1F992E;
}
</style>