Shades of Forest Green #1F992B
Tints of Forest Green #1F992B
RGB
CMYK
RGB Variations
Color information
#1F992B (or 0x1F992B) is known color: Forest Green. HEX triplet: 1F, 99 and 2B. RGB value is (31,153,43). Sum of RGB (Red+Green+Blue) = 31+153+43=227 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.66% from 227); Green value is 153 (60.16% from 255 or 67.40% from 227); Blue value is 43 (17.19% from 255 or 18.94% from 227); Max value from RGB is 153 - color contains mainly: green. Hex color #1F992B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F992B is #E066D4. Grayscale: #686868. Windows color (decimal): -14706389 or 2857247. OLE color: 2857247.
HSL color Cylindrical-coordinate representation of color #1F992B: hue angle of 125.9º 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 #1F992B is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 31 | 153 | 43 | - |
| CMYK | 0.80 | 0 | 0.72 | 0.4 |
| HSL | 125.9º | 0.66% | 0.36% | - |
| HSV(B) | 125.9º | 0.8% | 0.6% | - |
| XYZ | 12.39 | 23.25 | 6.12 | - |
| YUV | 103.98 | 93.58 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 153 | 43 | 0.80 | 0 | 0.72 | 0.4 | 125.9 | 0.66 | 0.36 |
| Hex | 1F | 99 | 2B | 50 | 0 | 48 | 28 | 7E | 42 | 24 |
| Octal | 37 | 231 | 53 | 120 | 0 | 110 | 50 | 176 | 102 | 44 |
| Binary | 11111 | 10011001 | 101011 | 1010000 | 0 | 1001000 | 101000 | 1111110 | 1000010 | 100100 |
Color Harmonies of #1F992B
Complementary color
Monochromatic Colors of #1F992B
Black with #1F992B
Text Example
Text Example
White with #1F992B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F992B; }
p { color: rgb(31,153,43); }
H1.HeaderClassName
{
color: #1F992B;
}
.AnyTagClassName
{
color: #1F992B;
}
</style>
background-color css
<style>
a { background-color: #1F992B; }
a { background-color: rgb(31,153,43); }
div.DivClassName
{
background-color: #1F992B;
}
.BgClassName
{
background-color: #1F992B;
}
</style>
border-color css
<style>
span { border-color: #1F992B; }
span { border-color: rgb(31,153,43); }
td.TdClassName
{
border-color: #1F992B;
}
.TagClassName
{
border-color: #1F992B;
}
</style>