Shades of Forest Green #1F8728
Tints of Forest Green #1F8728
RGB
CMYK
RGB Variations
Color information
#1F8728 (or 0x1F8728) is known color: Forest Green. HEX triplet: 1F, 87 and 28. RGB value is (31,135,40). Sum of RGB (Red+Green+Blue) = 31+135+40=206 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.05% from 206); Green value is 135 (53.12% from 255 or 65.53% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 135 - color contains mainly: green. Hex color #1F8728 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8728 is #E078D7. Grayscale: #5D5D5D. Windows color (decimal): -14711000 or 2656031. OLE color: 2656031.
HSL color Cylindrical-coordinate representation of color #1F8728: hue angle of 125.19º 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 #1F8728 is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 135 | 40 | - |
| CMYK | 0.77 | 0 | 0.70 | 0.47 |
| HSL | 125.19º | 0.63% | 0.33% | - |
| HSV(B) | 125.19º | 0.77% | 0.53% | - |
| XYZ | 9.61 | 17.77 | 4.93 | - |
| YUV | 93.07 | 98.04 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 135 | 40 | 0.77 | 0 | 0.70 | 0.47 | 125.19 | 0.63 | 0.33 |
| Hex | 1F | 87 | 28 | 4D | 0 | 46 | 2F | 7D | 3F | 21 |
| Octal | 37 | 207 | 50 | 115 | 0 | 106 | 57 | 175 | 77 | 41 |
| Binary | 11111 | 10000111 | 101000 | 1001101 | 0 | 1000110 | 101111 | 1111101 | 111111 | 100001 |
Color Harmonies of #1F8728
Complementary color
Monochromatic Colors of #1F8728
Black with #1F8728
Text Example
Text Example
White with #1F8728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8728; }
p { color: rgb(31,135,40); }
H1.HeaderClassName
{
color: #1F8728;
}
.AnyTagClassName
{
color: #1F8728;
}
</style>
background-color css
<style>
a { background-color: #1F8728; }
a { background-color: rgb(31,135,40); }
div.DivClassName
{
background-color: #1F8728;
}
.BgClassName
{
background-color: #1F8728;
}
</style>
border-color css
<style>
span { border-color: #1F8728; }
span { border-color: rgb(31,135,40); }
td.TdClassName
{
border-color: #1F8728;
}
.TagClassName
{
border-color: #1F8728;
}
</style>