Shades of Forest Green #10962D
Tints of Forest Green #10962D
RGB
CMYK
RGB Variations
Color information
#10962D (or 0x10962D) is known color: Forest Green. HEX triplet: 10, 96 and 2D. RGB value is (16,150,45). Sum of RGB (Red+Green+Blue) = 16+150+45=211 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.58% from 211); Green value is 150 (58.98% from 255 or 71.09% from 211); Blue value is 45 (17.97% from 255 or 21.33% from 211); Max value from RGB is 150 - color contains mainly: green. Hex color #10962D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10962D is #EF69D2. Grayscale: #626262. Windows color (decimal): -15690195 or 2987536. OLE color: 2987536.
HSL color Cylindrical-coordinate representation of color #10962D: hue angle of 132.99º 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 #10962D is Cyan = 0.89, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 16 | 150 | 45 | - |
| CMYK | 0.89 | 0 | 0.70 | 0.41 |
| HSL | 132.99º | 0.81% | 0.33% | - |
| HSV(B) | 132.99º | 0.89% | 0.59% | - |
| XYZ | 11.59 | 22.11 | 6.14 | - |
| YUV | 97.96 | 98.11 | 69.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 150 | 45 | 0.89 | 0 | 0.70 | 0.41 | 132.99 | 0.81 | 0.33 |
| Hex | 10 | 96 | 2D | 59 | 0 | 46 | 29 | 85 | 51 | 21 |
| Octal | 20 | 226 | 55 | 131 | 0 | 106 | 51 | 205 | 121 | 41 |
| Binary | 10000 | 10010110 | 101101 | 1011001 | 0 | 1000110 | 101001 | 10000101 | 1010001 | 100001 |
Color Harmonies of #10962D
Complementary color
Monochromatic Colors of #10962D
Black with #10962D
Text Example
Text Example
White with #10962D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10962D; }
p { color: rgb(16,150,45); }
H1.HeaderClassName
{
color: #10962D;
}
.AnyTagClassName
{
color: #10962D;
}
</style>
background-color css
<style>
a { background-color: #10962D; }
a { background-color: rgb(16,150,45); }
div.DivClassName
{
background-color: #10962D;
}
.BgClassName
{
background-color: #10962D;
}
</style>
border-color css
<style>
span { border-color: #10962D; }
span { border-color: rgb(16,150,45); }
td.TdClassName
{
border-color: #10962D;
}
.TagClassName
{
border-color: #10962D;
}
</style>