Shades of Sherwood Green #214138
Tints of Sherwood Green #214138
RGB
CMYK
RGB Variations
Color information
#214138 (or 0x214138) is known color: Sherwood Green. HEX triplet: 21, 41 and 38. RGB value is (33,65,56). Sum of RGB (Red+Green+Blue) = 33+65+56=154 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.43% from 154); Green value is 65 (25.78% from 255 or 42.21% from 154); Blue value is 56 (22.27% from 255 or 36.36% from 154); Max value from RGB is 65 - color contains mainly: green. Hex color #214138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214138 is #DEBEC7. Grayscale: #363636. Windows color (decimal): -14597832 or 3686689. OLE color: 3686689.
HSL color Cylindrical-coordinate representation of color #214138: hue angle of 163.12º 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 #214138 is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 65 | 56 | - |
| CMYK | 0.49 | 0 | 0.14 | 0.75 |
| HSL | 163.13º | 0.33% | 0.19% | - |
| HSV(B) | 163.13º | 0.49% | 0.25% | - |
| XYZ | 3.23 | 4.39 | 4.42 | - |
| YUV | 54.41 | 128.9 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 65 | 56 | 0.49 | 0 | 0.14 | 0.75 | 163.13 | 0.33 | 0.19 |
| Hex | 21 | 41 | 38 | 31 | 0 | E | 4B | A3 | 21 | 13 |
| Octal | 41 | 101 | 70 | 61 | 0 | 16 | 113 | 243 | 41 | 23 |
| Binary | 100001 | 1000001 | 111000 | 110001 | 0 | 1110 | 1001011 | 10100011 | 100001 | 10011 |
Color Harmonies of #214138
Complementary color
Monochromatic Colors of #214138
Black with #214138
Text Example
Text Example
White with #214138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214138; }
p { color: rgb(33,65,56); }
H1.HeaderClassName
{
color: #214138;
}
.AnyTagClassName
{
color: #214138;
}
</style>
background-color css
<style>
a { background-color: #214138; }
a { background-color: rgb(33,65,56); }
div.DivClassName
{
background-color: #214138;
}
.BgClassName
{
background-color: #214138;
}
</style>
border-color css
<style>
span { border-color: #214138; }
span { border-color: rgb(33,65,56); }
td.TdClassName
{
border-color: #214138;
}
.TagClassName
{
border-color: #214138;
}
</style>