Shades of Forest Green #1F822A
Tints of Forest Green #1F822A
RGB
CMYK
RGB Variations
Color information
#1F822A (or 0x1F822A) is known color: Forest Green. HEX triplet: 1F, 82 and 2A. RGB value is (31,130,42). Sum of RGB (Red+Green+Blue) = 31+130+42=203 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.27% from 203); Green value is 130 (51.17% from 255 or 64.04% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 130 - color contains mainly: green. Hex color #1F822A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F822A is #E07DD5. Grayscale: #5A5A5A. Windows color (decimal): -14712278 or 2785823. OLE color: 2785823.
HSL color Cylindrical-coordinate representation of color #1F822A: hue angle of 126.67º 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 #1F822A is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 31 | 130 | 42 | - |
| CMYK | 0.76 | 0 | 0.68 | 0.49 |
| HSL | 126.67º | 0.61% | 0.32% | - |
| HSV(B) | 126.67º | 0.76% | 0.51% | - |
| XYZ | 8.97 | 16.42 | 4.89 | - |
| YUV | 90.37 | 100.7 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 130 | 42 | 0.76 | 0 | 0.68 | 0.49 | 126.67 | 0.61 | 0.32 |
| Hex | 1F | 82 | 2A | 4C | 0 | 44 | 31 | 7F | 3D | 20 |
| Octal | 37 | 202 | 52 | 114 | 0 | 104 | 61 | 177 | 75 | 40 |
| Binary | 11111 | 10000010 | 101010 | 1001100 | 0 | 1000100 | 110001 | 1111111 | 111101 | 100000 |
Color Harmonies of #1F822A
Complementary color
Monochromatic Colors of #1F822A
Black with #1F822A
Text Example
Text Example
White with #1F822A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F822A; }
p { color: rgb(31,130,42); }
H1.HeaderClassName
{
color: #1F822A;
}
.AnyTagClassName
{
color: #1F822A;
}
</style>
background-color css
<style>
a { background-color: #1F822A; }
a { background-color: rgb(31,130,42); }
div.DivClassName
{
background-color: #1F822A;
}
.BgClassName
{
background-color: #1F822A;
}
</style>
border-color css
<style>
span { border-color: #1F822A; }
span { border-color: rgb(31,130,42); }
td.TdClassName
{
border-color: #1F822A;
}
.TagClassName
{
border-color: #1F822A;
}
</style>