Shades of Sherwood Green #213F36
Tints of Sherwood Green #213F36
RGB
CMYK
RGB Variations
Color information
#213F36 (or 0x213F36) is known color: Sherwood Green. HEX triplet: 21, 3F and 36. RGB value is (33,63,54). Sum of RGB (Red+Green+Blue) = 33+63+54=150 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22% from 150); Green value is 63 (25% from 255 or 42% from 150); Blue value is 54 (21.48% from 255 or 36% from 150); Max value from RGB is 63 - color contains mainly: green. Hex color #213F36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213F36 is #DEC0C9. Grayscale: #353535. Windows color (decimal): -14598346 or 3555105. OLE color: 3555105.
HSL color Cylindrical-coordinate representation of color #213F36: hue angle of 162º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #213F36 is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 63 | 54 | - |
| CMYK | 0.48 | 0 | 0.14 | 0.75 |
| HSL | 162º | 0.31% | 0.19% | - |
| HSV(B) | 162º | 0.48% | 0.25% | - |
| XYZ | 3.07 | 4.14 | 4.13 | - |
| YUV | 53 | 128.56 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 63 | 54 | 0.48 | 0 | 0.14 | 0.75 | 162 | 0.31 | 0.19 |
| Hex | 21 | 3F | 36 | 30 | 0 | E | 4B | A2 | 1F | 13 |
| Octal | 41 | 77 | 66 | 60 | 0 | 16 | 113 | 242 | 37 | 23 |
| Binary | 100001 | 111111 | 110110 | 110000 | 0 | 1110 | 1001011 | 10100010 | 11111 | 10011 |
Color Harmonies of #213F36
Complementary color
Monochromatic Colors of #213F36
Black with #213F36
Text Example
Text Example
White with #213F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213F36; }
p { color: rgb(33,63,54); }
H1.HeaderClassName
{
color: #213F36;
}
.AnyTagClassName
{
color: #213F36;
}
</style>
background-color css
<style>
a { background-color: #213F36; }
a { background-color: rgb(33,63,54); }
div.DivClassName
{
background-color: #213F36;
}
.BgClassName
{
background-color: #213F36;
}
</style>
border-color css
<style>
span { border-color: #213F36; }
span { border-color: rgb(33,63,54); }
td.TdClassName
{
border-color: #213F36;
}
.TagClassName
{
border-color: #213F36;
}
</style>