Shades of Forest Green #16751C
Tints of Forest Green #16751C
RGB
CMYK
RGB Variations
Color information
#16751C (or 0x16751C) is known color: Forest Green. HEX triplet: 16, 75 and 1C. RGB value is (22,117,28). Sum of RGB (Red+Green+Blue) = 22+117+28=167 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.17% from 167); Green value is 117 (46.09% from 255 or 70.06% from 167); Blue value is 28 (11.33% from 255 or 16.77% from 167); Max value from RGB is 117 - color contains mainly: green. Hex color #16751C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16751C is #E98AE3. Grayscale: #4E4E4E. Windows color (decimal): -15305444 or 1864982. OLE color: 1864982.
HSL color Cylindrical-coordinate representation of color #16751C: hue angle of 123.79º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #16751C is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 22 | 117 | 28 | - |
| CMYK | 0.81 | 0 | 0.76 | 0.54 |
| HSL | 123.79º | 0.68% | 0.27% | - |
| HSV(B) | 123.79º | 0.81% | 0.46% | - |
| XYZ | 6.9 | 12.98 | 3.24 | - |
| YUV | 78.45 | 99.53 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 117 | 28 | 0.81 | 0 | 0.76 | 0.54 | 123.79 | 0.68 | 0.27 |
| Hex | 16 | 75 | 1C | 51 | 0 | 4C | 36 | 7C | 44 | 1B |
| Octal | 26 | 165 | 34 | 121 | 0 | 114 | 66 | 174 | 104 | 33 |
| Binary | 10110 | 1110101 | 11100 | 1010001 | 0 | 1001100 | 110110 | 1111100 | 1000100 | 11011 |
Color Harmonies of #16751C
Complementary color
Monochromatic Colors of #16751C
Black with #16751C
Text Example
Text Example
White with #16751C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16751C; }
p { color: rgb(22,117,28); }
H1.HeaderClassName
{
color: #16751C;
}
.AnyTagClassName
{
color: #16751C;
}
</style>
background-color css
<style>
a { background-color: #16751C; }
a { background-color: rgb(22,117,28); }
div.DivClassName
{
background-color: #16751C;
}
.BgClassName
{
background-color: #16751C;
}
</style>
border-color css
<style>
span { border-color: #16751C; }
span { border-color: rgb(22,117,28); }
td.TdClassName
{
border-color: #16751C;
}
.TagClassName
{
border-color: #16751C;
}
</style>