Shades of Sherwood Green #214137
Tints of Sherwood Green #214137
RGB
CMYK
RGB Variations
Color information
#214137 (or 0x214137) is known color: Sherwood Green. HEX triplet: 21, 41 and 37. RGB value is (33,65,55). Sum of RGB (Red+Green+Blue) = 33+65+55=153 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.57% from 153); Green value is 65 (25.78% from 255 or 42.48% from 153); Blue value is 55 (21.88% from 255 or 35.95% from 153); Max value from RGB is 65 - color contains mainly: green. Hex color #214137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214137 is #DEBEC8. Grayscale: #363636. Windows color (decimal): -14597833 or 3621153. OLE color: 3621153.
HSL color Cylindrical-coordinate representation of color #214137: hue angle of 161.25º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #214137 is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 65 | 55 | - |
| CMYK | 0.49 | 0 | 0.15 | 0.75 |
| HSL | 161.25º | 0.33% | 0.19% | - |
| HSV(B) | 161.25º | 0.49% | 0.25% | - |
| XYZ | 3.21 | 4.38 | 4.29 | - |
| YUV | 54.29 | 128.4 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 65 | 55 | 0.49 | 0 | 0.15 | 0.75 | 161.25 | 0.33 | 0.19 |
| Hex | 21 | 41 | 37 | 31 | 0 | F | 4B | A1 | 21 | 13 |
| Octal | 41 | 101 | 67 | 61 | 0 | 17 | 113 | 241 | 41 | 23 |
| Binary | 100001 | 1000001 | 110111 | 110001 | 0 | 1111 | 1001011 | 10100001 | 100001 | 10011 |
Color Harmonies of #214137
Complementary color
Monochromatic Colors of #214137
Black with #214137
Text Example
Text Example
White with #214137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214137; }
p { color: rgb(33,65,55); }
H1.HeaderClassName
{
color: #214137;
}
.AnyTagClassName
{
color: #214137;
}
</style>
background-color css
<style>
a { background-color: #214137; }
a { background-color: rgb(33,65,55); }
div.DivClassName
{
background-color: #214137;
}
.BgClassName
{
background-color: #214137;
}
</style>
border-color css
<style>
span { border-color: #214137; }
span { border-color: rgb(33,65,55); }
td.TdClassName
{
border-color: #214137;
}
.TagClassName
{
border-color: #214137;
}
</style>