Shades of Forest Green #1F812B
Tints of Forest Green #1F812B
RGB
CMYK
RGB Variations
Color information
#1F812B (or 0x1F812B) is known color: Forest Green. HEX triplet: 1F, 81 and 2B. RGB value is (31,129,43). Sum of RGB (Red+Green+Blue) = 31+129+43=203 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.27% from 203); Green value is 129 (50.78% from 255 or 63.55% from 203); Blue value is 43 (17.19% from 255 or 21.18% from 203); Max value from RGB is 129 - color contains mainly: green. Hex color #1F812B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F812B is #E07ED4. Grayscale: #5A5A5A. Windows color (decimal): -14712533 or 2851103. OLE color: 2851103.
HSL color Cylindrical-coordinate representation of color #1F812B: hue angle of 127.35º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F812B is Cyan = 0.76, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 31 | 129 | 43 | - |
| CMYK | 0.76 | 0 | 0.67 | 0.49 |
| HSL | 127.35º | 0.61% | 0.31% | - |
| HSV(B) | 127.35º | 0.76% | 0.51% | - |
| XYZ | 8.85 | 16.17 | 4.94 | - |
| YUV | 89.89 | 101.53 | 85.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 129 | 43 | 0.76 | 0 | 0.67 | 0.49 | 127.35 | 0.61 | 0.31 |
| Hex | 1F | 81 | 2B | 4C | 0 | 43 | 31 | 7F | 3D | 1F |
| Octal | 37 | 201 | 53 | 114 | 0 | 103 | 61 | 177 | 75 | 37 |
| Binary | 11111 | 10000001 | 101011 | 1001100 | 0 | 1000011 | 110001 | 1111111 | 111101 | 11111 |
Color Harmonies of #1F812B
Complementary color
Monochromatic Colors of #1F812B
Black with #1F812B
Text Example
Text Example
White with #1F812B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F812B; }
p { color: rgb(31,129,43); }
H1.HeaderClassName
{
color: #1F812B;
}
.AnyTagClassName
{
color: #1F812B;
}
</style>
background-color css
<style>
a { background-color: #1F812B; }
a { background-color: rgb(31,129,43); }
div.DivClassName
{
background-color: #1F812B;
}
.BgClassName
{
background-color: #1F812B;
}
</style>
border-color css
<style>
span { border-color: #1F812B; }
span { border-color: rgb(31,129,43); }
td.TdClassName
{
border-color: #1F812B;
}
.TagClassName
{
border-color: #1F812B;
}
</style>