Shades of Sherwood Green #163F2F
Tints of Sherwood Green #163F2F
RGB
CMYK
RGB Variations
Color information
#163F2F (or 0x163F2F) is known color: Sherwood Green. HEX triplet: 16, 3F and 2F. RGB value is (22,63,47). Sum of RGB (Red+Green+Blue) = 22+63+47=132 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.67% from 132); Green value is 63 (25% from 255 or 47.73% from 132); Blue value is 47 (18.75% from 255 or 35.61% from 132); Max value from RGB is 63 - color contains mainly: green. Hex color #163F2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163F2F is #E9C0D0. Grayscale: #303030. Windows color (decimal): -15319249 or 3096342. OLE color: 3096342.
HSL color Cylindrical-coordinate representation of color #163F2F: hue angle of 156.59º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #163F2F is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 22 | 63 | 47 | - |
| CMYK | 0.65 | 0 | 0.25 | 0.75 |
| HSL | 156.59º | 0.48% | 0.17% | - |
| HSV(B) | 156.59º | 0.65% | 0.25% | - |
| XYZ | 2.62 | 3.93 | 3.31 | - |
| YUV | 48.92 | 126.92 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 63 | 47 | 0.65 | 0 | 0.25 | 0.75 | 156.59 | 0.48 | 0.17 |
| Hex | 16 | 3F | 2F | 41 | 0 | 19 | 4B | 9D | 30 | 11 |
| Octal | 26 | 77 | 57 | 101 | 0 | 31 | 113 | 235 | 60 | 21 |
| Binary | 10110 | 111111 | 101111 | 1000001 | 0 | 11001 | 1001011 | 10011101 | 110000 | 10001 |
Color Harmonies of #163F2F
Complementary color
Monochromatic Colors of #163F2F
Black with #163F2F
Text Example
Text Example
White with #163F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163F2F; }
p { color: rgb(22,63,47); }
H1.HeaderClassName
{
color: #163F2F;
}
.AnyTagClassName
{
color: #163F2F;
}
</style>
background-color css
<style>
a { background-color: #163F2F; }
a { background-color: rgb(22,63,47); }
div.DivClassName
{
background-color: #163F2F;
}
.BgClassName
{
background-color: #163F2F;
}
</style>
border-color css
<style>
span { border-color: #163F2F; }
span { border-color: rgb(22,63,47); }
td.TdClassName
{
border-color: #163F2F;
}
.TagClassName
{
border-color: #163F2F;
}
</style>