Shades of Forest Green #1F760A
Tints of Forest Green #1F760A
RGB
CMYK
RGB Variations
Color information
#1F760A (or 0x1F760A) is known color: Forest Green. HEX triplet: 1F, 76 and 0A. RGB value is (31,118,10). Sum of RGB (Red+Green+Blue) = 31+118+10=159 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.50% from 159); Green value is 118 (46.48% from 255 or 74.21% from 159); Blue value is 10 (4.30% from 255 or 6.29% from 159); Max value from RGB is 118 - color contains mainly: green. Hex color #1F760A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F760A is #E089F5. Grayscale: #505050. Windows color (decimal): -14715382 or 685599. OLE color: 685599.
HSL color Cylindrical-coordinate representation of color #1F760A: hue angle of 108.33º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1F760A is Cyan = 0.74, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 118 | 10 | - |
| CMYK | 0.74 | 0 | 0.92 | 0.54 |
| HSL | 108.33º | 0.84% | 0.25% | - |
| HSV(B) | 108.33º | 0.92% | 0.46% | - |
| XYZ | 7.1 | 13.27 | 2.47 | - |
| YUV | 79.68 | 88.68 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 118 | 10 | 0.74 | 0 | 0.92 | 0.54 | 108.33 | 0.84 | 0.25 |
| Hex | 1F | 76 | A | 4A | 0 | 5C | 36 | 6C | 54 | 19 |
| Octal | 37 | 166 | 12 | 112 | 0 | 134 | 66 | 154 | 124 | 31 |
| Binary | 11111 | 1110110 | 1010 | 1001010 | 0 | 1011100 | 110110 | 1101100 | 1010100 | 11001 |
Color Harmonies of #1F760A
Complementary color
Monochromatic Colors of #1F760A
Black with #1F760A
Text Example
Text Example
White with #1F760A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F760A; }
p { color: rgb(31,118,10); }
H1.HeaderClassName
{
color: #1F760A;
}
.AnyTagClassName
{
color: #1F760A;
}
</style>
background-color css
<style>
a { background-color: #1F760A; }
a { background-color: rgb(31,118,10); }
div.DivClassName
{
background-color: #1F760A;
}
.BgClassName
{
background-color: #1F760A;
}
</style>
border-color css
<style>
span { border-color: #1F760A; }
span { border-color: rgb(31,118,10); }
td.TdClassName
{
border-color: #1F760A;
}
.TagClassName
{
border-color: #1F760A;
}
</style>