Shades of Forest Green #10952C
Tints of Forest Green #10952C
RGB
CMYK
RGB Variations
Color information
#10952C (or 0x10952C) is known color: Forest Green. HEX triplet: 10, 95 and 2C. RGB value is (16,149,44). Sum of RGB (Red+Green+Blue) = 16+149+44=209 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.66% from 209); Green value is 149 (58.59% from 255 or 71.29% from 209); Blue value is 44 (17.58% from 255 or 21.05% from 209); Max value from RGB is 149 - color contains mainly: green. Hex color #10952C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10952C is #EF6AD3. Grayscale: #616161. Windows color (decimal): -15690452 or 2921744. OLE color: 2921744.
HSL color Cylindrical-coordinate representation of color #10952C: hue angle of 132.63º 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 #10952C is Cyan = 0.89, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 149 | 44 | - |
| CMYK | 0.89 | 0 | 0.70 | 0.42 |
| HSL | 132.63º | 0.81% | 0.32% | - |
| HSV(B) | 132.63º | 0.89% | 0.58% | - |
| XYZ | 11.42 | 21.79 | 5.99 | - |
| YUV | 97.26 | 97.94 | 70.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 149 | 44 | 0.89 | 0 | 0.70 | 0.42 | 132.63 | 0.81 | 0.32 |
| Hex | 10 | 95 | 2C | 59 | 0 | 46 | 2A | 85 | 51 | 20 |
| Octal | 20 | 225 | 54 | 131 | 0 | 106 | 52 | 205 | 121 | 40 |
| Binary | 10000 | 10010101 | 101100 | 1011001 | 0 | 1000110 | 101010 | 10000101 | 1010001 | 100000 |
Color Harmonies of #10952C
Complementary color
Monochromatic Colors of #10952C
Black with #10952C
Text Example
Text Example
White with #10952C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10952C; }
p { color: rgb(16,149,44); }
H1.HeaderClassName
{
color: #10952C;
}
.AnyTagClassName
{
color: #10952C;
}
</style>
background-color css
<style>
a { background-color: #10952C; }
a { background-color: rgb(16,149,44); }
div.DivClassName
{
background-color: #10952C;
}
.BgClassName
{
background-color: #10952C;
}
</style>
border-color css
<style>
span { border-color: #10952C; }
span { border-color: rgb(16,149,44); }
td.TdClassName
{
border-color: #10952C;
}
.TagClassName
{
border-color: #10952C;
}
</style>