Shades of Forest Green #1F8635
Tints of Forest Green #1F8635
RGB
CMYK
RGB Variations
Color information
#1F8635 (or 0x1F8635) is known color: Forest Green. HEX triplet: 1F, 86 and 35. RGB value is (31,134,53). Sum of RGB (Red+Green+Blue) = 31+134+53=218 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.22% from 218); Green value is 134 (52.73% from 255 or 61.47% from 218); Blue value is 53 (21.09% from 255 or 24.31% from 218); Max value from RGB is 134 - color contains mainly: green. Hex color #1F8635 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8635 is #E079CA. Grayscale: #5E5E5E. Windows color (decimal): -14711243 or 3507743. OLE color: 3507743.
HSL color Cylindrical-coordinate representation of color #1F8635: hue angle of 132.82º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F8635 is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 134 | 53 | - |
| CMYK | 0.77 | 0 | 0.60 | 0.47 |
| HSL | 132.82º | 0.62% | 0.32% | - |
| HSV(B) | 132.82º | 0.77% | 0.53% | - |
| XYZ | 9.73 | 17.6 | 6.25 | - |
| YUV | 93.97 | 104.88 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 134 | 53 | 0.77 | 0 | 0.60 | 0.47 | 132.82 | 0.62 | 0.32 |
| Hex | 1F | 86 | 35 | 4D | 0 | 3C | 2F | 85 | 3E | 20 |
| Octal | 37 | 206 | 65 | 115 | 0 | 74 | 57 | 205 | 76 | 40 |
| Binary | 11111 | 10000110 | 110101 | 1001101 | 0 | 111100 | 101111 | 10000101 | 111110 | 100000 |
Color Harmonies of #1F8635
Complementary color
Monochromatic Colors of #1F8635
Black with #1F8635
Text Example
Text Example
White with #1F8635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8635; }
p { color: rgb(31,134,53); }
H1.HeaderClassName
{
color: #1F8635;
}
.AnyTagClassName
{
color: #1F8635;
}
</style>
background-color css
<style>
a { background-color: #1F8635; }
a { background-color: rgb(31,134,53); }
div.DivClassName
{
background-color: #1F8635;
}
.BgClassName
{
background-color: #1F8635;
}
</style>
border-color css
<style>
span { border-color: #1F8635; }
span { border-color: rgb(31,134,53); }
td.TdClassName
{
border-color: #1F8635;
}
.TagClassName
{
border-color: #1F8635;
}
</style>