Shades of Forest Green #1F8734
Tints of Forest Green #1F8734
RGB
CMYK
RGB Variations
Color information
#1F8734 (or 0x1F8734) is known color: Forest Green. HEX triplet: 1F, 87 and 34. RGB value is (31,135,52). Sum of RGB (Red+Green+Blue) = 31+135+52=218 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.22% from 218); Green value is 135 (53.12% from 255 or 61.93% from 218); Blue value is 52 (20.70% from 255 or 23.85% from 218); Max value from RGB is 135 - color contains mainly: green. Hex color #1F8734 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8734 is #E078CB. Grayscale: #5E5E5E. Windows color (decimal): -14710988 or 3442463. OLE color: 3442463.
HSL color Cylindrical-coordinate representation of color #1F8734: hue angle of 132.12º 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 #1F8734 is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 135 | 52 | - |
| CMYK | 0.77 | 0 | 0.61 | 0.47 |
| HSL | 132.12º | 0.63% | 0.33% | - |
| HSV(B) | 132.12º | 0.77% | 0.53% | - |
| XYZ | 9.85 | 17.87 | 6.18 | - |
| YUV | 94.44 | 104.04 | 82.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 135 | 52 | 0.77 | 0 | 0.61 | 0.47 | 132.12 | 0.63 | 0.33 |
| Hex | 1F | 87 | 34 | 4D | 0 | 3D | 2F | 84 | 3F | 21 |
| Octal | 37 | 207 | 64 | 115 | 0 | 75 | 57 | 204 | 77 | 41 |
| Binary | 11111 | 10000111 | 110100 | 1001101 | 0 | 111101 | 101111 | 10000100 | 111111 | 100001 |
Color Harmonies of #1F8734
Complementary color
Monochromatic Colors of #1F8734
Black with #1F8734
Text Example
Text Example
White with #1F8734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8734; }
p { color: rgb(31,135,52); }
H1.HeaderClassName
{
color: #1F8734;
}
.AnyTagClassName
{
color: #1F8734;
}
</style>
background-color css
<style>
a { background-color: #1F8734; }
a { background-color: rgb(31,135,52); }
div.DivClassName
{
background-color: #1F8734;
}
.BgClassName
{
background-color: #1F8734;
}
</style>
border-color css
<style>
span { border-color: #1F8734; }
span { border-color: rgb(31,135,52); }
td.TdClassName
{
border-color: #1F8734;
}
.TagClassName
{
border-color: #1F8734;
}
</style>