Shades of Forest Green #1F802C
Tints of Forest Green #1F802C
RGB
CMYK
RGB Variations
Color information
#1F802C (or 0x1F802C) is known color: Forest Green. HEX triplet: 1F, 80 and 2C. RGB value is (31,128,44). Sum of RGB (Red+Green+Blue) = 31+128+44=203 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.27% from 203); Green value is 128 (50.39% from 255 or 63.05% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 128 - color contains mainly: green. Hex color #1F802C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F802C is #E07FD3. Grayscale: #595959. Windows color (decimal): -14712788 or 2916383. OLE color: 2916383.
HSL color Cylindrical-coordinate representation of color #1F802C: hue angle of 128.04º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F802C is Cyan = 0.76, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 31 | 128 | 44 | - |
| CMYK | 0.76 | 0 | 0.66 | 0.50 |
| HSL | 128.04º | 0.61% | 0.31% | - |
| HSV(B) | 128.04º | 0.76% | 0.5% | - |
| XYZ | 8.74 | 15.91 | 4.99 | - |
| YUV | 89.42 | 102.36 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 128 | 44 | 0.76 | 0 | 0.66 | 0.50 | 128.04 | 0.61 | 0.31 |
| Hex | 1F | 80 | 2C | 4C | 0 | 42 | 32 | 80 | 3D | 1F |
| Octal | 37 | 200 | 54 | 114 | 0 | 102 | 62 | 200 | 75 | 37 |
| Binary | 11111 | 10000000 | 101100 | 1001100 | 0 | 1000010 | 110010 | 10000000 | 111101 | 11111 |
Color Harmonies of #1F802C
Complementary color
Monochromatic Colors of #1F802C
Black with #1F802C
Text Example
Text Example
White with #1F802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F802C; }
p { color: rgb(31,128,44); }
H1.HeaderClassName
{
color: #1F802C;
}
.AnyTagClassName
{
color: #1F802C;
}
</style>
background-color css
<style>
a { background-color: #1F802C; }
a { background-color: rgb(31,128,44); }
div.DivClassName
{
background-color: #1F802C;
}
.BgClassName
{
background-color: #1F802C;
}
</style>
border-color css
<style>
span { border-color: #1F802C; }
span { border-color: rgb(31,128,44); }
td.TdClassName
{
border-color: #1F802C;
}
.TagClassName
{
border-color: #1F802C;
}
</style>