Shades of Forest Green #10872F
Tints of Forest Green #10872F
RGB
CMYK
RGB Variations
Color information
#10872F (or 0x10872F) is known color: Forest Green. HEX triplet: 10, 87 and 2F. RGB value is (16,135,47). Sum of RGB (Red+Green+Blue) = 16+135+47=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 135 (53.12% from 255 or 68.18% from 198); Blue value is 47 (18.75% from 255 or 23.74% from 198); Max value from RGB is 135 - color contains mainly: green. Hex color #10872F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10872F is #EF78D0. Grayscale: #595959. Windows color (decimal): -15694033 or 3114768. OLE color: 3114768.
HSL color Cylindrical-coordinate representation of color #10872F: hue angle of 135.63º 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 #10872F is Cyan = 0.88, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 16 | 135 | 47 | - |
| CMYK | 0.88 | 0 | 0.65 | 0.47 |
| HSL | 135.63º | 0.79% | 0.3% | - |
| HSV(B) | 135.63º | 0.88% | 0.53% | - |
| XYZ | 9.39 | 17.64 | 5.6 | - |
| YUV | 89.39 | 104.08 | 75.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 135 | 47 | 0.88 | 0 | 0.65 | 0.47 | 135.63 | 0.79 | 0.3 |
| Hex | 10 | 87 | 2F | 58 | 0 | 41 | 2F | 88 | 4F | 1E |
| Octal | 20 | 207 | 57 | 130 | 0 | 101 | 57 | 210 | 117 | 36 |
| Binary | 10000 | 10000111 | 101111 | 1011000 | 0 | 1000001 | 101111 | 10001000 | 1001111 | 11110 |
Color Harmonies of #10872F
Complementary color
Monochromatic Colors of #10872F
Black with #10872F
Text Example
Text Example
White with #10872F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10872F; }
p { color: rgb(16,135,47); }
H1.HeaderClassName
{
color: #10872F;
}
.AnyTagClassName
{
color: #10872F;
}
</style>
background-color css
<style>
a { background-color: #10872F; }
a { background-color: rgb(16,135,47); }
div.DivClassName
{
background-color: #10872F;
}
.BgClassName
{
background-color: #10872F;
}
</style>
border-color css
<style>
span { border-color: #10872F; }
span { border-color: rgb(16,135,47); }
td.TdClassName
{
border-color: #10872F;
}
.TagClassName
{
border-color: #10872F;
}
</style>