Shades of Forest Green #10982C
Tints of Forest Green #10982C
RGB
CMYK
RGB Variations
Color information
#10982C (or 0x10982C) is known color: Forest Green. HEX triplet: 10, 98 and 2C. RGB value is (16,152,44). Sum of RGB (Red+Green+Blue) = 16+152+44=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 152 (59.77% from 255 or 71.70% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 152 - color contains mainly: green. Hex color #10982C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10982C is #EF67D3. Grayscale: #636363. Windows color (decimal): -15689684 or 2922512. OLE color: 2922512.
HSL color Cylindrical-coordinate representation of color #10982C: hue angle of 132.35º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10982C is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 16 | 152 | 44 | - |
| CMYK | 0.89 | 0 | 0.71 | 0.40 |
| HSL | 132.35º | 0.81% | 0.33% | - |
| HSV(B) | 132.35º | 0.89% | 0.6% | - |
| XYZ | 11.9 | 22.75 | 6.15 | - |
| YUV | 99.02 | 96.94 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 152 | 44 | 0.89 | 0 | 0.71 | 0.40 | 132.35 | 0.81 | 0.33 |
| Hex | 10 | 98 | 2C | 59 | 0 | 47 | 28 | 84 | 51 | 21 |
| Octal | 20 | 230 | 54 | 131 | 0 | 107 | 50 | 204 | 121 | 41 |
| Binary | 10000 | 10011000 | 101100 | 1011001 | 0 | 1000111 | 101000 | 10000100 | 1010001 | 100001 |
Color Harmonies of #10982C
Complementary color
Monochromatic Colors of #10982C
Black with #10982C
Text Example
Text Example
White with #10982C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10982C; }
p { color: rgb(16,152,44); }
H1.HeaderClassName
{
color: #10982C;
}
.AnyTagClassName
{
color: #10982C;
}
</style>
background-color css
<style>
a { background-color: #10982C; }
a { background-color: rgb(16,152,44); }
div.DivClassName
{
background-color: #10982C;
}
.BgClassName
{
background-color: #10982C;
}
</style>
border-color css
<style>
span { border-color: #10982C; }
span { border-color: rgb(16,152,44); }
td.TdClassName
{
border-color: #10982C;
}
.TagClassName
{
border-color: #10982C;
}
</style>