Shades of Forest Green #1F881F
Tints of Forest Green #1F881F
RGB
CMYK
RGB Variations
Color information
#1F881F (or 0x1F881F) is known color: Forest Green. HEX triplet: 1F, 88 and 1F. RGB value is (31,136,31). Sum of RGB (Red+Green+Blue) = 31+136+31=198 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.66% from 198); Green value is 136 (53.52% from 255 or 68.69% from 198); Blue value is 31 (12.5% from 255 or 15.66% from 198); Max value from RGB is 136 - color contains mainly: green. Hex color #1F881F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F881F is #E077E0. Grayscale: #5C5C5C. Windows color (decimal): -14710753 or 2066463. OLE color: 2066463.
HSL color Cylindrical-coordinate representation of color #1F881F: hue angle of 120º 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 #1F881F is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 136 | 31 | - |
| CMYK | 0.77 | 0 | 0.77 | 0.47 |
| HSL | 120º | 0.63% | 0.33% | - |
| HSV(B) | 120º | 0.77% | 0.53% | - |
| XYZ | 9.62 | 18 | 4.26 | - |
| YUV | 92.64 | 93.21 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 136 | 31 | 0.77 | 0 | 0.77 | 0.47 | 120 | 0.63 | 0.33 |
| Hex | 1F | 88 | 1F | 4D | 0 | 4D | 2F | 78 | 3F | 21 |
| Octal | 37 | 210 | 37 | 115 | 0 | 115 | 57 | 170 | 77 | 41 |
| Binary | 11111 | 10001000 | 11111 | 1001101 | 0 | 1001101 | 101111 | 1111000 | 111111 | 100001 |
Color Harmonies of #1F881F
Complementary color
Monochromatic Colors of #1F881F
Black with #1F881F
Text Example
Text Example
White with #1F881F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F881F; }
p { color: rgb(31,136,31); }
H1.HeaderClassName
{
color: #1F881F;
}
.AnyTagClassName
{
color: #1F881F;
}
</style>
background-color css
<style>
a { background-color: #1F881F; }
a { background-color: rgb(31,136,31); }
div.DivClassName
{
background-color: #1F881F;
}
.BgClassName
{
background-color: #1F881F;
}
</style>
border-color css
<style>
span { border-color: #1F881F; }
span { border-color: rgb(31,136,31); }
td.TdClassName
{
border-color: #1F881F;
}
.TagClassName
{
border-color: #1F881F;
}
</style>