Shades of Forest Green #1F751B
Tints of Forest Green #1F751B
RGB
CMYK
RGB Variations
Color information
#1F751B (or 0x1F751B) is known color: Forest Green. HEX triplet: 1F, 75 and 1B. RGB value is (31,117,27). Sum of RGB (Red+Green+Blue) = 31+117+27=175 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.71% from 175); Green value is 117 (46.09% from 255 or 66.86% from 175); Blue value is 27 (10.94% from 255 or 15.43% from 175); Max value from RGB is 117 - color contains mainly: green. Hex color #1F751B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F751B is #E08AE4. Grayscale: #515151. Windows color (decimal): -14715621 or 1799455. OLE color: 1799455.
HSL color Cylindrical-coordinate representation of color #1F751B: hue angle of 117.33º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F751B is Cyan = 0.74, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 117 | 27 | - |
| CMYK | 0.74 | 0 | 0.77 | 0.54 |
| HSL | 117.33º | 0.63% | 0.28% | - |
| HSV(B) | 117.33º | 0.77% | 0.46% | - |
| XYZ | 7.12 | 13.09 | 3.19 | - |
| YUV | 81.03 | 97.51 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 117 | 27 | 0.74 | 0 | 0.77 | 0.54 | 117.33 | 0.63 | 0.28 |
| Hex | 1F | 75 | 1B | 4A | 0 | 4D | 36 | 75 | 3E | 1C |
| Octal | 37 | 165 | 33 | 112 | 0 | 115 | 66 | 165 | 76 | 34 |
| Binary | 11111 | 1110101 | 11011 | 1001010 | 0 | 1001101 | 110110 | 1110101 | 111110 | 11100 |
Color Harmonies of #1F751B
Complementary color
Monochromatic Colors of #1F751B
Black with #1F751B
Text Example
Text Example
White with #1F751B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F751B; }
p { color: rgb(31,117,27); }
H1.HeaderClassName
{
color: #1F751B;
}
.AnyTagClassName
{
color: #1F751B;
}
</style>
background-color css
<style>
a { background-color: #1F751B; }
a { background-color: rgb(31,117,27); }
div.DivClassName
{
background-color: #1F751B;
}
.BgClassName
{
background-color: #1F751B;
}
</style>
border-color css
<style>
span { border-color: #1F751B; }
span { border-color: rgb(31,117,27); }
td.TdClassName
{
border-color: #1F751B;
}
.TagClassName
{
border-color: #1F751B;
}
</style>