Shades of Forest Green #10751C
Tints of Forest Green #10751C
RGB
CMYK
RGB Variations
Color information
#10751C (or 0x10751C) is known color: Forest Green. HEX triplet: 10, 75 and 1C. RGB value is (16,117,28). Sum of RGB (Red+Green+Blue) = 16+117+28=161 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.94% from 161); Green value is 117 (46.09% from 255 or 72.67% from 161); Blue value is 28 (11.33% from 255 or 17.39% from 161); Max value from RGB is 117 - color contains mainly: green. Hex color #10751C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10751C is #EF8AE3. Grayscale: #4C4C4C. Windows color (decimal): -15698660 or 1864976. OLE color: 1864976.
HSL color Cylindrical-coordinate representation of color #10751C: hue angle of 127.13º 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 #10751C is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 16 | 117 | 28 | - |
| CMYK | 0.86 | 0 | 0.76 | 0.54 |
| HSL | 127.13º | 0.76% | 0.26% | - |
| HSV(B) | 127.13º | 0.86% | 0.46% | - |
| XYZ | 6.78 | 12.92 | 3.23 | - |
| YUV | 76.66 | 100.54 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 117 | 28 | 0.86 | 0 | 0.76 | 0.54 | 127.13 | 0.76 | 0.26 |
| Hex | 10 | 75 | 1C | 56 | 0 | 4C | 36 | 7F | 4C | 1A |
| Octal | 20 | 165 | 34 | 126 | 0 | 114 | 66 | 177 | 114 | 32 |
| Binary | 10000 | 1110101 | 11100 | 1010110 | 0 | 1001100 | 110110 | 1111111 | 1001100 | 11010 |
Color Harmonies of #10751C
Complementary color
Monochromatic Colors of #10751C
Black with #10751C
Text Example
Text Example
White with #10751C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10751C; }
p { color: rgb(16,117,28); }
H1.HeaderClassName
{
color: #10751C;
}
.AnyTagClassName
{
color: #10751C;
}
</style>
background-color css
<style>
a { background-color: #10751C; }
a { background-color: rgb(16,117,28); }
div.DivClassName
{
background-color: #10751C;
}
.BgClassName
{
background-color: #10751C;
}
</style>
border-color css
<style>
span { border-color: #10751C; }
span { border-color: rgb(16,117,28); }
td.TdClassName
{
border-color: #10751C;
}
.TagClassName
{
border-color: #10751C;
}
</style>