Shades of Forest Green #10952F
Tints of Forest Green #10952F
RGB
CMYK
RGB Variations
Color information
#10952F (or 0x10952F) is known color: Forest Green. HEX triplet: 10, 95 and 2F. RGB value is (16,149,47). Sum of RGB (Red+Green+Blue) = 16+149+47=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 149 (58.59% from 255 or 70.28% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 149 - color contains mainly: green. Hex color #10952F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10952F is #EF6AD0. Grayscale: #616161. Windows color (decimal): -15690449 or 3118352. OLE color: 3118352.
HSL color Cylindrical-coordinate representation of color #10952F: hue angle of 133.98º 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 #10952F is Cyan = 0.89, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 149 | 47 | - |
| CMYK | 0.89 | 0 | 0.68 | 0.42 |
| HSL | 133.99º | 0.81% | 0.32% | - |
| HSV(B) | 133.99º | 0.89% | 0.58% | - |
| XYZ | 11.47 | 21.81 | 6.29 | - |
| YUV | 97.61 | 99.44 | 69.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 149 | 47 | 0.89 | 0 | 0.68 | 0.42 | 133.99 | 0.81 | 0.32 |
| Hex | 10 | 95 | 2F | 59 | 0 | 44 | 2A | 86 | 51 | 20 |
| Octal | 20 | 225 | 57 | 131 | 0 | 104 | 52 | 206 | 121 | 40 |
| Binary | 10000 | 10010101 | 101111 | 1011001 | 0 | 1000100 | 101010 | 10000110 | 1010001 | 100000 |
Color Harmonies of #10952F
Complementary color
Monochromatic Colors of #10952F
Black with #10952F
Text Example
Text Example
White with #10952F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10952F; }
p { color: rgb(16,149,47); }
H1.HeaderClassName
{
color: #10952F;
}
.AnyTagClassName
{
color: #10952F;
}
</style>
background-color css
<style>
a { background-color: #10952F; }
a { background-color: rgb(16,149,47); }
div.DivClassName
{
background-color: #10952F;
}
.BgClassName
{
background-color: #10952F;
}
</style>
border-color css
<style>
span { border-color: #10952F; }
span { border-color: rgb(16,149,47); }
td.TdClassName
{
border-color: #10952F;
}
.TagClassName
{
border-color: #10952F;
}
</style>