Shades of Sherwood Green #163D30
Tints of Sherwood Green #163D30
RGB
CMYK
RGB Variations
Color information
#163D30 (or 0x163D30) is known color: Sherwood Green. HEX triplet: 16, 3D and 30. RGB value is (22,61,48). Sum of RGB (Red+Green+Blue) = 22+61+48=131 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.79% from 131); Green value is 61 (24.22% from 255 or 46.56% from 131); Blue value is 48 (19.14% from 255 or 36.64% from 131); Max value from RGB is 61 - color contains mainly: green. Hex color #163D30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163D30 is #E9C2CF. Grayscale: #2F2F2F. Windows color (decimal): -15319760 or 3161366. OLE color: 3161366.
HSL color Cylindrical-coordinate representation of color #163D30: hue angle of 160º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #163D30 is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 22 | 61 | 48 | - |
| CMYK | 0.64 | 0 | 0.21 | 0.76 |
| HSL | 160º | 0.47% | 0.16% | - |
| HSV(B) | 160º | 0.64% | 0.24% | - |
| XYZ | 2.53 | 3.72 | 3.38 | - |
| YUV | 47.86 | 128.08 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 61 | 48 | 0.64 | 0 | 0.21 | 0.76 | 160 | 0.47 | 0.16 |
| Hex | 16 | 3D | 30 | 40 | 0 | 15 | 4C | A0 | 2F | 10 |
| Octal | 26 | 75 | 60 | 100 | 0 | 25 | 114 | 240 | 57 | 20 |
| Binary | 10110 | 111101 | 110000 | 1000000 | 0 | 10101 | 1001100 | 10100000 | 101111 | 10000 |
Color Harmonies of #163D30
Complementary color
Monochromatic Colors of #163D30
Black with #163D30
Text Example
Text Example
White with #163D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163D30; }
p { color: rgb(22,61,48); }
H1.HeaderClassName
{
color: #163D30;
}
.AnyTagClassName
{
color: #163D30;
}
</style>
background-color css
<style>
a { background-color: #163D30; }
a { background-color: rgb(22,61,48); }
div.DivClassName
{
background-color: #163D30;
}
.BgClassName
{
background-color: #163D30;
}
</style>
border-color css
<style>
span { border-color: #163D30; }
span { border-color: rgb(22,61,48); }
td.TdClassName
{
border-color: #163D30;
}
.TagClassName
{
border-color: #163D30;
}
</style>