Shades of Sherwood Green #213C34
Tints of Sherwood Green #213C34
RGB
CMYK
RGB Variations
Color information
#213C34 (or 0x213C34) is known color: Sherwood Green. HEX triplet: 21, 3C and 34. RGB value is (33,60,52). Sum of RGB (Red+Green+Blue) = 33+60+52=145 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.76% from 145); Green value is 60 (23.83% from 255 or 41.38% from 145); Blue value is 52 (20.70% from 255 or 35.86% from 145); Max value from RGB is 60 - color contains mainly: green. Hex color #213C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213C34 is #DEC3CB. Grayscale: #333333. Windows color (decimal): -14599116 or 3423265. OLE color: 3423265.
HSL color Cylindrical-coordinate representation of color #213C34: hue angle of 162.22º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #213C34 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 60 | 52 | - |
| CMYK | 0.45 | 0 | 0.13 | 0.76 |
| HSL | 162.22º | 0.29% | 0.18% | - |
| HSV(B) | 162.22º | 0.45% | 0.24% | - |
| XYZ | 2.86 | 3.8 | 3.83 | - |
| YUV | 51.02 | 128.55 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 60 | 52 | 0.45 | 0 | 0.13 | 0.76 | 162.22 | 0.29 | 0.18 |
| Hex | 21 | 3C | 34 | 2D | 0 | D | 4C | A2 | 1D | 12 |
| Octal | 41 | 74 | 64 | 55 | 0 | 15 | 114 | 242 | 35 | 22 |
| Binary | 100001 | 111100 | 110100 | 101101 | 0 | 1101 | 1001100 | 10100010 | 11101 | 10010 |
Color Harmonies of #213C34
Complementary color
Monochromatic Colors of #213C34
Black with #213C34
Text Example
Text Example
White with #213C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213C34; }
p { color: rgb(33,60,52); }
H1.HeaderClassName
{
color: #213C34;
}
.AnyTagClassName
{
color: #213C34;
}
</style>
background-color css
<style>
a { background-color: #213C34; }
a { background-color: rgb(33,60,52); }
div.DivClassName
{
background-color: #213C34;
}
.BgClassName
{
background-color: #213C34;
}
</style>
border-color css
<style>
span { border-color: #213C34; }
span { border-color: rgb(33,60,52); }
td.TdClassName
{
border-color: #213C34;
}
.TagClassName
{
border-color: #213C34;
}
</style>