Shades of Forest Green #10992B
Tints of Forest Green #10992B
RGB
CMYK
RGB Variations
Color information
#10992B (or 0x10992B) is known color: Forest Green. HEX triplet: 10, 99 and 2B. RGB value is (16,153,43). Sum of RGB (Red+Green+Blue) = 16+153+43=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 153 (60.16% from 255 or 72.17% from 212); Blue value is 43 (17.19% from 255 or 20.28% from 212); Max value from RGB is 153 - color contains mainly: green. Hex color #10992B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10992B is #EF66D4. Grayscale: #636363. Windows color (decimal): -15689429 or 2857232. OLE color: 2857232.
HSL color Cylindrical-coordinate representation of color #10992B: hue angle of 131.82º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10992B is Cyan = 0.90, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 16 | 153 | 43 | - |
| CMYK | 0.90 | 0 | 0.72 | 0.4 |
| HSL | 131.82º | 0.81% | 0.33% | - |
| HSV(B) | 131.82º | 0.9% | 0.6% | - |
| XYZ | 12.04 | 23.07 | 6.1 | - |
| YUV | 99.5 | 96.11 | 68.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 153 | 43 | 0.90 | 0 | 0.72 | 0.4 | 131.82 | 0.81 | 0.33 |
| Hex | 10 | 99 | 2B | 5A | 0 | 48 | 28 | 84 | 51 | 21 |
| Octal | 20 | 231 | 53 | 132 | 0 | 110 | 50 | 204 | 121 | 41 |
| Binary | 10000 | 10011001 | 101011 | 1011010 | 0 | 1001000 | 101000 | 10000100 | 1010001 | 100001 |
Color Harmonies of #10992B
Complementary color
Monochromatic Colors of #10992B
Black with #10992B
Text Example
Text Example
White with #10992B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10992B; }
p { color: rgb(16,153,43); }
H1.HeaderClassName
{
color: #10992B;
}
.AnyTagClassName
{
color: #10992B;
}
</style>
background-color css
<style>
a { background-color: #10992B; }
a { background-color: rgb(16,153,43); }
div.DivClassName
{
background-color: #10992B;
}
.BgClassName
{
background-color: #10992B;
}
</style>
border-color css
<style>
span { border-color: #10992B; }
span { border-color: rgb(16,153,43); }
td.TdClassName
{
border-color: #10992B;
}
.TagClassName
{
border-color: #10992B;
}
</style>