Shades of Forest Green #1F810A
Tints of Forest Green #1F810A
RGB
CMYK
RGB Variations
Color information
#1F810A (or 0x1F810A) is known color: Forest Green. HEX triplet: 1F, 81 and 0A. RGB value is (31,129,10). Sum of RGB (Red+Green+Blue) = 31+129+10=170 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.24% from 170); Green value is 129 (50.78% from 255 or 75.88% from 170); Blue value is 10 (4.30% from 255 or 5.88% from 170); Max value from RGB is 129 - color contains mainly: green. Hex color #1F810A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F810A is #E07EF5. Grayscale: #565656. Windows color (decimal): -14712566 or 688415. OLE color: 688415.
HSL color Cylindrical-coordinate representation of color #1F810A: hue angle of 109.41º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1F810A is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 31 | 129 | 10 | - |
| CMYK | 0.76 | 0 | 0.92 | 0.49 |
| HSL | 109.41º | 0.86% | 0.27% | - |
| HSV(B) | 109.41º | 0.92% | 0.51% | - |
| XYZ | 8.47 | 16.01 | 2.93 | - |
| YUV | 86.13 | 85.03 | 88.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 129 | 10 | 0.76 | 0 | 0.92 | 0.49 | 109.41 | 0.86 | 0.27 |
| Hex | 1F | 81 | A | 4C | 0 | 5C | 31 | 6D | 56 | 1B |
| Octal | 37 | 201 | 12 | 114 | 0 | 134 | 61 | 155 | 126 | 33 |
| Binary | 11111 | 10000001 | 1010 | 1001100 | 0 | 1011100 | 110001 | 1101101 | 1010110 | 11011 |
Color Harmonies of #1F810A
Complementary color
Monochromatic Colors of #1F810A
Black with #1F810A
Text Example
Text Example
White with #1F810A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F810A; }
p { color: rgb(31,129,10); }
H1.HeaderClassName
{
color: #1F810A;
}
.AnyTagClassName
{
color: #1F810A;
}
</style>
background-color css
<style>
a { background-color: #1F810A; }
a { background-color: rgb(31,129,10); }
div.DivClassName
{
background-color: #1F810A;
}
.BgClassName
{
background-color: #1F810A;
}
</style>
border-color css
<style>
span { border-color: #1F810A; }
span { border-color: rgb(31,129,10); }
td.TdClassName
{
border-color: #1F810A;
}
.TagClassName
{
border-color: #1F810A;
}
</style>