Shades of Forest Green #1F730A
Tints of Forest Green #1F730A
RGB
CMYK
RGB Variations
Color information
#1F730A (or 0x1F730A) is known color: Forest Green. HEX triplet: 1F, 73 and 0A. RGB value is (31,115,10). Sum of RGB (Red+Green+Blue) = 31+115+10=156 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.87% from 156); Green value is 115 (45.31% from 255 or 73.72% from 156); Blue value is 10 (4.30% from 255 or 6.41% from 156); Max value from RGB is 115 - color contains mainly: green. Hex color #1F730A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F730A is #E08CF5. Grayscale: #4E4E4E. Windows color (decimal): -14716150 or 684831. OLE color: 684831.
HSL color Cylindrical-coordinate representation of color #1F730A: hue angle of 108º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1F730A is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 115 | 10 | - |
| CMYK | 0.73 | 0 | 0.91 | 0.55 |
| HSL | 108º | 0.84% | 0.25% | - |
| HSV(B) | 108º | 0.91% | 0.45% | - |
| XYZ | 6.75 | 12.57 | 2.36 | - |
| YUV | 77.91 | 89.67 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 115 | 10 | 0.73 | 0 | 0.91 | 0.55 | 108 | 0.84 | 0.25 |
| Hex | 1F | 73 | A | 49 | 0 | 5B | 37 | 6C | 54 | 19 |
| Octal | 37 | 163 | 12 | 111 | 0 | 133 | 67 | 154 | 124 | 31 |
| Binary | 11111 | 1110011 | 1010 | 1001001 | 0 | 1011011 | 110111 | 1101100 | 1010100 | 11001 |
Color Harmonies of #1F730A
Complementary color
Monochromatic Colors of #1F730A
Black with #1F730A
Text Example
Text Example
White with #1F730A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F730A; }
p { color: rgb(31,115,10); }
H1.HeaderClassName
{
color: #1F730A;
}
.AnyTagClassName
{
color: #1F730A;
}
</style>
background-color css
<style>
a { background-color: #1F730A; }
a { background-color: rgb(31,115,10); }
div.DivClassName
{
background-color: #1F730A;
}
.BgClassName
{
background-color: #1F730A;
}
</style>
border-color css
<style>
span { border-color: #1F730A; }
span { border-color: rgb(31,115,10); }
td.TdClassName
{
border-color: #1F730A;
}
.TagClassName
{
border-color: #1F730A;
}
</style>