Shades of Forest Green #1F8730
Tints of Forest Green #1F8730
RGB
CMYK
RGB Variations
Color information
#1F8730 (or 0x1F8730) is known color: Forest Green. HEX triplet: 1F, 87 and 30. RGB value is (31,135,48). Sum of RGB (Red+Green+Blue) = 31+135+48=214 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.49% from 214); Green value is 135 (53.12% from 255 or 63.08% from 214); Blue value is 48 (19.14% from 255 or 22.43% from 214); Max value from RGB is 135 - color contains mainly: green. Hex color #1F8730 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8730 is #E078CF. Grayscale: #5E5E5E. Windows color (decimal): -14710992 or 3180319. OLE color: 3180319.
HSL color Cylindrical-coordinate representation of color #1F8730: hue angle of 129.81º 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 #1F8730 is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 135 | 48 | - |
| CMYK | 0.77 | 0 | 0.64 | 0.47 |
| HSL | 129.81º | 0.63% | 0.33% | - |
| HSV(B) | 129.81º | 0.77% | 0.53% | - |
| XYZ | 9.76 | 17.83 | 5.72 | - |
| YUV | 93.99 | 102.04 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 135 | 48 | 0.77 | 0 | 0.64 | 0.47 | 129.81 | 0.63 | 0.33 |
| Hex | 1F | 87 | 30 | 4D | 0 | 40 | 2F | 82 | 3F | 21 |
| Octal | 37 | 207 | 60 | 115 | 0 | 100 | 57 | 202 | 77 | 41 |
| Binary | 11111 | 10000111 | 110000 | 1001101 | 0 | 1000000 | 101111 | 10000010 | 111111 | 100001 |
Color Harmonies of #1F8730
Complementary color
Monochromatic Colors of #1F8730
Black with #1F8730
Text Example
Text Example
White with #1F8730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8730; }
p { color: rgb(31,135,48); }
H1.HeaderClassName
{
color: #1F8730;
}
.AnyTagClassName
{
color: #1F8730;
}
</style>
background-color css
<style>
a { background-color: #1F8730; }
a { background-color: rgb(31,135,48); }
div.DivClassName
{
background-color: #1F8730;
}
.BgClassName
{
background-color: #1F8730;
}
</style>
border-color css
<style>
span { border-color: #1F8730; }
span { border-color: rgb(31,135,48); }
td.TdClassName
{
border-color: #1F8730;
}
.TagClassName
{
border-color: #1F8730;
}
</style>