Shades of Forest Green #10872B
Tints of Forest Green #10872B
RGB
CMYK
RGB Variations
Color information
#10872B (or 0x10872B) is known color: Forest Green. HEX triplet: 10, 87 and 2B. RGB value is (16,135,43). Sum of RGB (Red+Green+Blue) = 16+135+43=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 135 (53.12% from 255 or 69.59% from 194); Blue value is 43 (17.19% from 255 or 22.16% from 194); Max value from RGB is 135 - color contains mainly: green. Hex color #10872B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10872B is #EF78D4. Grayscale: #595959. Windows color (decimal): -15694037 or 2852624. OLE color: 2852624.
HSL color Cylindrical-coordinate representation of color #10872B: hue angle of 133.61º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10872B is Cyan = 0.88, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 16 | 135 | 43 | - |
| CMYK | 0.88 | 0 | 0.68 | 0.47 |
| HSL | 133.61º | 0.79% | 0.3% | - |
| HSV(B) | 133.61º | 0.88% | 0.53% | - |
| XYZ | 9.31 | 17.61 | 5.19 | - |
| YUV | 88.93 | 102.08 | 75.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 135 | 43 | 0.88 | 0 | 0.68 | 0.47 | 133.61 | 0.79 | 0.3 |
| Hex | 10 | 87 | 2B | 58 | 0 | 44 | 2F | 86 | 4F | 1E |
| Octal | 20 | 207 | 53 | 130 | 0 | 104 | 57 | 206 | 117 | 36 |
| Binary | 10000 | 10000111 | 101011 | 1011000 | 0 | 1000100 | 101111 | 10000110 | 1001111 | 11110 |
Color Harmonies of #10872B
Complementary color
Monochromatic Colors of #10872B
Black with #10872B
Text Example
Text Example
White with #10872B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10872B; }
p { color: rgb(16,135,43); }
H1.HeaderClassName
{
color: #10872B;
}
.AnyTagClassName
{
color: #10872B;
}
</style>
background-color css
<style>
a { background-color: #10872B; }
a { background-color: rgb(16,135,43); }
div.DivClassName
{
background-color: #10872B;
}
.BgClassName
{
background-color: #10872B;
}
</style>
border-color css
<style>
span { border-color: #10872B; }
span { border-color: rgb(16,135,43); }
td.TdClassName
{
border-color: #10872B;
}
.TagClassName
{
border-color: #10872B;
}
</style>