Shades of Forest Green #10971F
Tints of Forest Green #10971F
RGB
CMYK
RGB Variations
Color information
#10971F (or 0x10971F) is known color: Forest Green. HEX triplet: 10, 97 and 1F. RGB value is (16,151,31). Sum of RGB (Red+Green+Blue) = 16+151+31=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 151 (59.38% from 255 or 76.26% from 198); Blue value is 31 (12.5% from 255 or 15.66% from 198); Max value from RGB is 151 - color contains mainly: green. Hex color #10971F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10971F is #EF68E0. Grayscale: #616161. Windows color (decimal): -15689953 or 2070288. OLE color: 2070288.
HSL color Cylindrical-coordinate representation of color #10971F: hue angle of 126.67º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10971F is Cyan = 0.89, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 16 | 151 | 31 | - |
| CMYK | 0.89 | 0 | 0.79 | 0.41 |
| HSL | 126.67º | 0.81% | 0.33% | - |
| HSV(B) | 126.67º | 0.89% | 0.59% | - |
| XYZ | 11.53 | 22.34 | 5 | - |
| YUV | 96.96 | 90.77 | 70.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 151 | 31 | 0.89 | 0 | 0.79 | 0.41 | 126.67 | 0.81 | 0.33 |
| Hex | 10 | 97 | 1F | 59 | 0 | 4F | 29 | 7F | 51 | 21 |
| Octal | 20 | 227 | 37 | 131 | 0 | 117 | 51 | 177 | 121 | 41 |
| Binary | 10000 | 10010111 | 11111 | 1011001 | 0 | 1001111 | 101001 | 1111111 | 1010001 | 100001 |
Color Harmonies of #10971F
Complementary color
Monochromatic Colors of #10971F
Black with #10971F
Text Example
Text Example
White with #10971F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10971F; }
p { color: rgb(16,151,31); }
H1.HeaderClassName
{
color: #10971F;
}
.AnyTagClassName
{
color: #10971F;
}
</style>
background-color css
<style>
a { background-color: #10971F; }
a { background-color: rgb(16,151,31); }
div.DivClassName
{
background-color: #10971F;
}
.BgClassName
{
background-color: #10971F;
}
</style>
border-color css
<style>
span { border-color: #10971F; }
span { border-color: rgb(16,151,31); }
td.TdClassName
{
border-color: #10971F;
}
.TagClassName
{
border-color: #10971F;
}
</style>