Shades of Forest Green #1F8735
Tints of Forest Green #1F8735
RGB
CMYK
RGB Variations
Color information
#1F8735 (or 0x1F8735) is known color: Forest Green. HEX triplet: 1F, 87 and 35. RGB value is (31,135,53). Sum of RGB (Red+Green+Blue) = 31+135+53=219 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.16% from 219); Green value is 135 (53.12% from 255 or 61.64% from 219); Blue value is 53 (21.09% from 255 or 24.20% from 219); Max value from RGB is 135 - color contains mainly: green. Hex color #1F8735 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8735 is #E078CA. Grayscale: #5E5E5E. Windows color (decimal): -14710987 or 3507999. OLE color: 3507999.
HSL color Cylindrical-coordinate representation of color #1F8735: hue angle of 132.69º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F8735 is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 135 | 53 | - |
| CMYK | 0.77 | 0 | 0.61 | 0.47 |
| HSL | 132.69º | 0.63% | 0.33% | - |
| HSV(B) | 132.69º | 0.77% | 0.53% | - |
| XYZ | 9.87 | 17.88 | 6.3 | - |
| YUV | 94.56 | 104.54 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 135 | 53 | 0.77 | 0 | 0.61 | 0.47 | 132.69 | 0.63 | 0.33 |
| Hex | 1F | 87 | 35 | 4D | 0 | 3D | 2F | 85 | 3F | 21 |
| Octal | 37 | 207 | 65 | 115 | 0 | 75 | 57 | 205 | 77 | 41 |
| Binary | 11111 | 10000111 | 110101 | 1001101 | 0 | 111101 | 101111 | 10000101 | 111111 | 100001 |
Color Harmonies of #1F8735
Complementary color
Monochromatic Colors of #1F8735
Black with #1F8735
Text Example
Text Example
White with #1F8735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8735; }
p { color: rgb(31,135,53); }
H1.HeaderClassName
{
color: #1F8735;
}
.AnyTagClassName
{
color: #1F8735;
}
</style>
background-color css
<style>
a { background-color: #1F8735; }
a { background-color: rgb(31,135,53); }
div.DivClassName
{
background-color: #1F8735;
}
.BgClassName
{
background-color: #1F8735;
}
</style>
border-color css
<style>
span { border-color: #1F8735; }
span { border-color: rgb(31,135,53); }
td.TdClassName
{
border-color: #1F8735;
}
.TagClassName
{
border-color: #1F8735;
}
</style>