Shades of Forest Green #1F8305
Tints of Forest Green #1F8305
RGB
CMYK
RGB Variations
Color information
#1F8305 (or 0x1F8305) is known color: Forest Green. HEX triplet: 1F, 83 and 05. RGB value is (31,131,5). Sum of RGB (Red+Green+Blue) = 31+131+5=167 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.56% from 167); Green value is 131 (51.56% from 255 or 78.44% from 167); Blue value is 5 (2.34% from 255 or 2.99% from 167); Max value from RGB is 131 - color contains mainly: green. Hex color #1F8305 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F8305 is #E07CFA. Grayscale: #575757. Windows color (decimal): -14712059 or 361247. OLE color: 361247.
HSL color Cylindrical-coordinate representation of color #1F8305: hue angle of 107.62º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1F8305 is Cyan = 0.76, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 31 | 131 | 5 | - |
| CMYK | 0.76 | 0 | 0.96 | 0.49 |
| HSL | 107.62º | 0.93% | 0.27% | - |
| HSV(B) | 107.62º | 0.96% | 0.51% | - |
| XYZ | 8.71 | 16.53 | 2.88 | - |
| YUV | 86.74 | 81.87 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 131 | 5 | 0.76 | 0 | 0.96 | 0.49 | 107.62 | 0.93 | 0.27 |
| Hex | 1F | 83 | 5 | 4C | 0 | 60 | 31 | 6C | 5D | 1B |
| Octal | 37 | 203 | 5 | 114 | 0 | 140 | 61 | 154 | 135 | 33 |
| Binary | 11111 | 10000011 | 101 | 1001100 | 0 | 1100000 | 110001 | 1101100 | 1011101 | 11011 |
Color Harmonies of #1F8305
Complementary color
Monochromatic Colors of #1F8305
Black with #1F8305
Text Example
Text Example
White with #1F8305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8305; }
p { color: rgb(31,131,5); }
H1.HeaderClassName
{
color: #1F8305;
}
.AnyTagClassName
{
color: #1F8305;
}
</style>
background-color css
<style>
a { background-color: #1F8305; }
a { background-color: rgb(31,131,5); }
div.DivClassName
{
background-color: #1F8305;
}
.BgClassName
{
background-color: #1F8305;
}
</style>
border-color css
<style>
span { border-color: #1F8305; }
span { border-color: rgb(31,131,5); }
td.TdClassName
{
border-color: #1F8305;
}
.TagClassName
{
border-color: #1F8305;
}
</style>