Shades of Forest Green #10951E
Tints of Forest Green #10951E
RGB
CMYK
RGB Variations
Color information
#10951E (or 0x10951E) is known color: Forest Green. HEX triplet: 10, 95 and 1E. RGB value is (16,149,30). Sum of RGB (Red+Green+Blue) = 16+149+30=195 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.21% from 195); Green value is 149 (58.59% from 255 or 76.41% from 195); Blue value is 30 (12.11% from 255 or 15.38% from 195); Max value from RGB is 149 - color contains mainly: green. Hex color #10951E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10951E is #EF6AE1. Grayscale: #606060. Windows color (decimal): -15690466 or 2004240. OLE color: 2004240.
HSL color Cylindrical-coordinate representation of color #10951E: hue angle of 126.32º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10951E is Cyan = 0.89, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 149 | 30 | - |
| CMYK | 0.89 | 0 | 0.80 | 0.42 |
| HSL | 126.32º | 0.81% | 0.32% | - |
| HSV(B) | 126.32º | 0.89% | 0.58% | - |
| XYZ | 11.2 | 21.7 | 4.83 | - |
| YUV | 95.67 | 90.94 | 71.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 149 | 30 | 0.89 | 0 | 0.80 | 0.42 | 126.32 | 0.81 | 0.32 |
| Hex | 10 | 95 | 1E | 59 | 0 | 50 | 2A | 7E | 51 | 20 |
| Octal | 20 | 225 | 36 | 131 | 0 | 120 | 52 | 176 | 121 | 40 |
| Binary | 10000 | 10010101 | 11110 | 1011001 | 0 | 1010000 | 101010 | 1111110 | 1010001 | 100000 |
Color Harmonies of #10951E
Complementary color
Monochromatic Colors of #10951E
Black with #10951E
Text Example
Text Example
White with #10951E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10951E; }
p { color: rgb(16,149,30); }
H1.HeaderClassName
{
color: #10951E;
}
.AnyTagClassName
{
color: #10951E;
}
</style>
background-color css
<style>
a { background-color: #10951E; }
a { background-color: rgb(16,149,30); }
div.DivClassName
{
background-color: #10951E;
}
.BgClassName
{
background-color: #10951E;
}
</style>
border-color css
<style>
span { border-color: #10951E; }
span { border-color: rgb(16,149,30); }
td.TdClassName
{
border-color: #10951E;
}
.TagClassName
{
border-color: #10951E;
}
</style>