Shades of Forest Green #1F822C
Tints of Forest Green #1F822C
RGB
CMYK
RGB Variations
Color information
#1F822C (or 0x1F822C) is known color: Forest Green. HEX triplet: 1F, 82 and 2C. RGB value is (31,130,44). Sum of RGB (Red+Green+Blue) = 31+130+44=205 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.12% from 205); Green value is 130 (51.17% from 255 or 63.41% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 130 - color contains mainly: green. Hex color #1F822C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F822C is #E07DD3. Grayscale: #5A5A5A. Windows color (decimal): -14712276 or 2916895. OLE color: 2916895.
HSL color Cylindrical-coordinate representation of color #1F822C: hue angle of 127.88º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F822C is Cyan = 0.76, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 31 | 130 | 44 | - |
| CMYK | 0.76 | 0 | 0.66 | 0.49 |
| HSL | 127.88º | 0.61% | 0.32% | - |
| HSV(B) | 127.88º | 0.76% | 0.51% | - |
| XYZ | 9 | 16.44 | 5.08 | - |
| YUV | 90.6 | 101.7 | 85.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 130 | 44 | 0.76 | 0 | 0.66 | 0.49 | 127.88 | 0.61 | 0.32 |
| Hex | 1F | 82 | 2C | 4C | 0 | 42 | 31 | 80 | 3D | 20 |
| Octal | 37 | 202 | 54 | 114 | 0 | 102 | 61 | 200 | 75 | 40 |
| Binary | 11111 | 10000010 | 101100 | 1001100 | 0 | 1000010 | 110001 | 10000000 | 111101 | 100000 |
Color Harmonies of #1F822C
Complementary color
Monochromatic Colors of #1F822C
Black with #1F822C
Text Example
Text Example
White with #1F822C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F822C; }
p { color: rgb(31,130,44); }
H1.HeaderClassName
{
color: #1F822C;
}
.AnyTagClassName
{
color: #1F822C;
}
</style>
background-color css
<style>
a { background-color: #1F822C; }
a { background-color: rgb(31,130,44); }
div.DivClassName
{
background-color: #1F822C;
}
.BgClassName
{
background-color: #1F822C;
}
</style>
border-color css
<style>
span { border-color: #1F822C; }
span { border-color: rgb(31,130,44); }
td.TdClassName
{
border-color: #1F822C;
}
.TagClassName
{
border-color: #1F822C;
}
</style>