Shades of Sherwood Green #214339
Tints of Sherwood Green #214339
RGB
CMYK
RGB Variations
Color information
#214339 (or 0x214339) is known color: Sherwood Green. HEX triplet: 21, 43 and 39. RGB value is (33,67,57). Sum of RGB (Red+Green+Blue) = 33+67+57=157 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.02% from 157); Green value is 67 (26.56% from 255 or 42.68% from 157); Blue value is 57 (22.66% from 255 or 36.31% from 157); Max value from RGB is 67 - color contains mainly: green. Hex color #214339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214339 is #DEBCC6. Grayscale: #373737. Windows color (decimal): -14597319 or 3752737. OLE color: 3752737.
HSL color Cylindrical-coordinate representation of color #214339: hue angle of 162.35º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #214339 is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 33 | 67 | 57 | - |
| CMYK | 0.51 | 0 | 0.15 | 0.74 |
| HSL | 162.35º | 0.34% | 0.2% | - |
| HSV(B) | 162.35º | 0.51% | 0.26% | - |
| XYZ | 3.37 | 4.63 | 4.59 | - |
| YUV | 55.69 | 128.74 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 67 | 57 | 0.51 | 0 | 0.15 | 0.74 | 162.35 | 0.34 | 0.2 |
| Hex | 21 | 43 | 39 | 33 | 0 | F | 4A | A2 | 22 | 14 |
| Octal | 41 | 103 | 71 | 63 | 0 | 17 | 112 | 242 | 42 | 24 |
| Binary | 100001 | 1000011 | 111001 | 110011 | 0 | 1111 | 1001010 | 10100010 | 100010 | 10100 |
Color Harmonies of #214339
Complementary color
Monochromatic Colors of #214339
Black with #214339
Text Example
Text Example
White with #214339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214339; }
p { color: rgb(33,67,57); }
H1.HeaderClassName
{
color: #214339;
}
.AnyTagClassName
{
color: #214339;
}
</style>
background-color css
<style>
a { background-color: #214339; }
a { background-color: rgb(33,67,57); }
div.DivClassName
{
background-color: #214339;
}
.BgClassName
{
background-color: #214339;
}
</style>
border-color css
<style>
span { border-color: #214339; }
span { border-color: rgb(33,67,57); }
td.TdClassName
{
border-color: #214339;
}
.TagClassName
{
border-color: #214339;
}
</style>