Shades of Forest Green #10751D
Tints of Forest Green #10751D
RGB
CMYK
RGB Variations
Color information
#10751D (or 0x10751D) is known color: Forest Green. HEX triplet: 10, 75 and 1D. RGB value is (16,117,29). Sum of RGB (Red+Green+Blue) = 16+117+29=162 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.88% from 162); Green value is 117 (46.09% from 255 or 72.22% from 162); Blue value is 29 (11.72% from 255 or 17.90% from 162); Max value from RGB is 117 - color contains mainly: green. Hex color #10751D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10751D is #EF8AE2. Grayscale: #4D4D4D. Windows color (decimal): -15698659 or 1930512. OLE color: 1930512.
HSL color Cylindrical-coordinate representation of color #10751D: hue angle of 127.72º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10751D is Cyan = 0.86, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 16 | 117 | 29 | - |
| CMYK | 0.86 | 0 | 0.75 | 0.54 |
| HSL | 127.72º | 0.76% | 0.26% | - |
| HSV(B) | 127.72º | 0.86% | 0.46% | - |
| XYZ | 6.8 | 12.92 | 3.3 | - |
| YUV | 76.77 | 101.04 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 117 | 29 | 0.86 | 0 | 0.75 | 0.54 | 127.72 | 0.76 | 0.26 |
| Hex | 10 | 75 | 1D | 56 | 0 | 4B | 36 | 80 | 4C | 1A |
| Octal | 20 | 165 | 35 | 126 | 0 | 113 | 66 | 200 | 114 | 32 |
| Binary | 10000 | 1110101 | 11101 | 1010110 | 0 | 1001011 | 110110 | 10000000 | 1001100 | 11010 |
Color Harmonies of #10751D
Complementary color
Monochromatic Colors of #10751D
Black with #10751D
Text Example
Text Example
White with #10751D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10751D; }
p { color: rgb(16,117,29); }
H1.HeaderClassName
{
color: #10751D;
}
.AnyTagClassName
{
color: #10751D;
}
</style>
background-color css
<style>
a { background-color: #10751D; }
a { background-color: rgb(16,117,29); }
div.DivClassName
{
background-color: #10751D;
}
.BgClassName
{
background-color: #10751D;
}
</style>
border-color css
<style>
span { border-color: #10751D; }
span { border-color: rgb(16,117,29); }
td.TdClassName
{
border-color: #10751D;
}
.TagClassName
{
border-color: #10751D;
}
</style>