Shades of Forest Green #10852C
Tints of Forest Green #10852C
RGB
CMYK
RGB Variations
Color information
#10852C (or 0x10852C) is known color: Forest Green. HEX triplet: 10, 85 and 2C. RGB value is (16,133,44). Sum of RGB (Red+Green+Blue) = 16+133+44=193 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.29% from 193); Green value is 133 (52.34% from 255 or 68.91% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 133 - color contains mainly: green. Hex color #10852C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10852C is #EF7AD3. Grayscale: #585858. Windows color (decimal): -15694548 or 2917648. OLE color: 2917648.
HSL color Cylindrical-coordinate representation of color #10852C: hue angle of 134.36º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10852C is Cyan = 0.88, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 16 | 133 | 44 | - |
| CMYK | 0.88 | 0 | 0.67 | 0.48 |
| HSL | 134.36º | 0.79% | 0.29% | - |
| HSV(B) | 134.36º | 0.88% | 0.52% | - |
| XYZ | 9.06 | 17.07 | 5.2 | - |
| YUV | 87.87 | 103.24 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 133 | 44 | 0.88 | 0 | 0.67 | 0.48 | 134.36 | 0.79 | 0.29 |
| Hex | 10 | 85 | 2C | 58 | 0 | 43 | 30 | 86 | 4F | 1D |
| Octal | 20 | 205 | 54 | 130 | 0 | 103 | 60 | 206 | 117 | 35 |
| Binary | 10000 | 10000101 | 101100 | 1011000 | 0 | 1000011 | 110000 | 10000110 | 1001111 | 11101 |
Color Harmonies of #10852C
Complementary color
Monochromatic Colors of #10852C
Black with #10852C
Text Example
Text Example
White with #10852C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10852C; }
p { color: rgb(16,133,44); }
H1.HeaderClassName
{
color: #10852C;
}
.AnyTagClassName
{
color: #10852C;
}
</style>
background-color css
<style>
a { background-color: #10852C; }
a { background-color: rgb(16,133,44); }
div.DivClassName
{
background-color: #10852C;
}
.BgClassName
{
background-color: #10852C;
}
</style>
border-color css
<style>
span { border-color: #10852C; }
span { border-color: rgb(16,133,44); }
td.TdClassName
{
border-color: #10852C;
}
.TagClassName
{
border-color: #10852C;
}
</style>