Shades of Forest Green #1F7F2A
Tints of Forest Green #1F7F2A
RGB
CMYK
RGB Variations
Color information
#1F7F2A (or 0x1F7F2A) is known color: Forest Green. HEX triplet: 1F, 7F and 2A. RGB value is (31,127,42). Sum of RGB (Red+Green+Blue) = 31+127+42=200 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.5% from 200); Green value is 127 (50% from 255 or 63.5% from 200); Blue value is 42 (16.80% from 255 or 21% from 200); Max value from RGB is 127 - color contains mainly: green. Hex color #1F7F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7F2A is #E080D5. Grayscale: #585858. Windows color (decimal): -14713046 or 2785055. OLE color: 2785055.
HSL color Cylindrical-coordinate representation of color #1F7F2A: hue angle of 126.87º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F7F2A is Cyan = 0.76, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 31 | 127 | 42 | - |
| CMYK | 0.76 | 0 | 0.67 | 0.50 |
| HSL | 126.88º | 0.61% | 0.31% | - |
| HSV(B) | 126.88º | 0.76% | 0.5% | - |
| XYZ | 8.57 | 15.64 | 4.76 | - |
| YUV | 88.61 | 101.7 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 127 | 42 | 0.76 | 0 | 0.67 | 0.50 | 126.88 | 0.61 | 0.31 |
| Hex | 1F | 7F | 2A | 4C | 0 | 43 | 32 | 7F | 3D | 1F |
| Octal | 37 | 177 | 52 | 114 | 0 | 103 | 62 | 177 | 75 | 37 |
| Binary | 11111 | 1111111 | 101010 | 1001100 | 0 | 1000011 | 110010 | 1111111 | 111101 | 11111 |
Color Harmonies of #1F7F2A
Complementary color
Monochromatic Colors of #1F7F2A
Black with #1F7F2A
Text Example
Text Example
White with #1F7F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7F2A; }
p { color: rgb(31,127,42); }
H1.HeaderClassName
{
color: #1F7F2A;
}
.AnyTagClassName
{
color: #1F7F2A;
}
</style>
background-color css
<style>
a { background-color: #1F7F2A; }
a { background-color: rgb(31,127,42); }
div.DivClassName
{
background-color: #1F7F2A;
}
.BgClassName
{
background-color: #1F7F2A;
}
</style>
border-color css
<style>
span { border-color: #1F7F2A; }
span { border-color: rgb(31,127,42); }
td.TdClassName
{
border-color: #1F7F2A;
}
.TagClassName
{
border-color: #1F7F2A;
}
</style>