Shades of Forest Green #10962B
Tints of Forest Green #10962B
RGB
CMYK
RGB Variations
Color information
#10962B (or 0x10962B) is known color: Forest Green. HEX triplet: 10, 96 and 2B. RGB value is (16,150,43). Sum of RGB (Red+Green+Blue) = 16+150+43=209 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.66% from 209); Green value is 150 (58.98% from 255 or 71.77% from 209); Blue value is 43 (17.19% from 255 or 20.57% from 209); Max value from RGB is 150 - color contains mainly: green. Hex color #10962B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10962B is #EF69D4. Grayscale: #626262. Windows color (decimal): -15690197 or 2856464. OLE color: 2856464.
HSL color Cylindrical-coordinate representation of color #10962B: hue angle of 132.09º 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 #10962B is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 16 | 150 | 43 | - |
| CMYK | 0.89 | 0 | 0.71 | 0.41 |
| HSL | 132.09º | 0.81% | 0.33% | - |
| HSV(B) | 132.09º | 0.89% | 0.59% | - |
| XYZ | 11.56 | 22.1 | 5.94 | - |
| YUV | 97.74 | 97.11 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 150 | 43 | 0.89 | 0 | 0.71 | 0.41 | 132.09 | 0.81 | 0.33 |
| Hex | 10 | 96 | 2B | 59 | 0 | 47 | 29 | 84 | 51 | 21 |
| Octal | 20 | 226 | 53 | 131 | 0 | 107 | 51 | 204 | 121 | 41 |
| Binary | 10000 | 10010110 | 101011 | 1011001 | 0 | 1000111 | 101001 | 10000100 | 1010001 | 100001 |
Color Harmonies of #10962B
Complementary color
Monochromatic Colors of #10962B
Black with #10962B
Text Example
Text Example
White with #10962B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10962B; }
p { color: rgb(16,150,43); }
H1.HeaderClassName
{
color: #10962B;
}
.AnyTagClassName
{
color: #10962B;
}
</style>
background-color css
<style>
a { background-color: #10962B; }
a { background-color: rgb(16,150,43); }
div.DivClassName
{
background-color: #10962B;
}
.BgClassName
{
background-color: #10962B;
}
</style>
border-color css
<style>
span { border-color: #10962B; }
span { border-color: rgb(16,150,43); }
td.TdClassName
{
border-color: #10962B;
}
.TagClassName
{
border-color: #10962B;
}
</style>