Shades of Forest Green #1F810B
Tints of Forest Green #1F810B
RGB
CMYK
RGB Variations
Color information
#1F810B (or 0x1F810B) is known color: Forest Green. HEX triplet: 1F, 81 and 0B. RGB value is (31,129,11). Sum of RGB (Red+Green+Blue) = 31+129+11=171 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.13% from 171); Green value is 129 (50.78% from 255 or 75.44% from 171); Blue value is 11 (4.69% from 255 or 6.43% from 171); Max value from RGB is 129 - color contains mainly: green. Hex color #1F810B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F810B is #E07EF4. Grayscale: #565656. Windows color (decimal): -14712565 or 753951. OLE color: 753951.
HSL color Cylindrical-coordinate representation of color #1F810B: hue angle of 109.83º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1F810B is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 31 | 129 | 11 | - |
| CMYK | 0.76 | 0 | 0.91 | 0.49 |
| HSL | 109.83º | 0.84% | 0.27% | - |
| HSV(B) | 109.83º | 0.91% | 0.51% | - |
| XYZ | 8.48 | 16.02 | 2.96 | - |
| YUV | 86.25 | 85.53 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 129 | 11 | 0.76 | 0 | 0.91 | 0.49 | 109.83 | 0.84 | 0.27 |
| Hex | 1F | 81 | B | 4C | 0 | 5B | 31 | 6E | 54 | 1B |
| Octal | 37 | 201 | 13 | 114 | 0 | 133 | 61 | 156 | 124 | 33 |
| Binary | 11111 | 10000001 | 1011 | 1001100 | 0 | 1011011 | 110001 | 1101110 | 1010100 | 11011 |
Color Harmonies of #1F810B
Complementary color
Monochromatic Colors of #1F810B
Black with #1F810B
Text Example
Text Example
White with #1F810B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F810B; }
p { color: rgb(31,129,11); }
H1.HeaderClassName
{
color: #1F810B;
}
.AnyTagClassName
{
color: #1F810B;
}
</style>
background-color css
<style>
a { background-color: #1F810B; }
a { background-color: rgb(31,129,11); }
div.DivClassName
{
background-color: #1F810B;
}
.BgClassName
{
background-color: #1F810B;
}
</style>
border-color css
<style>
span { border-color: #1F810B; }
span { border-color: rgb(31,129,11); }
td.TdClassName
{
border-color: #1F810B;
}
.TagClassName
{
border-color: #1F810B;
}
</style>