Shades of Myrtle #214B24
Tints of Myrtle #214B24
RGB
CMYK
RGB Variations
Color information
#214B24 (or 0x214B24) is known color: Myrtle. HEX triplet: 21, 4B and 24. RGB value is (33,75,36). Sum of RGB (Red+Green+Blue) = 33+75+36=144 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.92% from 144); Green value is 75 (29.69% from 255 or 52.08% from 144); Blue value is 36 (14.45% from 255 or 25% from 144); Max value from RGB is 75 - color contains mainly: green. Hex color #214B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214B24 is #DEB4DB. Grayscale: #3A3A3A. Windows color (decimal): -14595292 or 2378529. OLE color: 2378529.
HSL color Cylindrical-coordinate representation of color #214B24: hue angle of 124.29º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #214B24 is Cyan = 0.56, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 75 | 36 | - |
| CMYK | 0.56 | 0 | 0.52 | 0.71 |
| HSL | 124.29º | 0.39% | 0.21% | - |
| HSV(B) | 124.29º | 0.56% | 0.29% | - |
| XYZ | 3.46 | 5.48 | 2.54 | - |
| YUV | 58 | 115.59 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 75 | 36 | 0.56 | 0 | 0.52 | 0.71 | 124.29 | 0.39 | 0.21 |
| Hex | 21 | 4B | 24 | 38 | 0 | 34 | 47 | 7C | 27 | 15 |
| Octal | 41 | 113 | 44 | 70 | 0 | 64 | 107 | 174 | 47 | 25 |
| Binary | 100001 | 1001011 | 100100 | 111000 | 0 | 110100 | 1000111 | 1111100 | 100111 | 10101 |
Color Harmonies of #214B24
Complementary color
Monochromatic Colors of #214B24
Black with #214B24
Text Example
Text Example
White with #214B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214B24; }
p { color: rgb(33,75,36); }
H1.HeaderClassName
{
color: #214B24;
}
.AnyTagClassName
{
color: #214B24;
}
</style>
background-color css
<style>
a { background-color: #214B24; }
a { background-color: rgb(33,75,36); }
div.DivClassName
{
background-color: #214B24;
}
.BgClassName
{
background-color: #214B24;
}
</style>
border-color css
<style>
span { border-color: #214B24; }
span { border-color: rgb(33,75,36); }
td.TdClassName
{
border-color: #214B24;
}
.TagClassName
{
border-color: #214B24;
}
</style>