Shades of Myrtle #214F05
Tints of Myrtle #214F05
RGB
CMYK
RGB Variations
Color information
#214F05 (or 0x214F05) is known color: Myrtle. HEX triplet: 21, 4F and 05. RGB value is (33,79,5). Sum of RGB (Red+Green+Blue) = 33+79+5=117 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.21% from 117); Green value is 79 (31.25% from 255 or 67.52% from 117); Blue value is 5 (2.34% from 255 or 4.27% from 117); Max value from RGB is 79 - color contains mainly: green. Hex color #214F05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #214F05 is #DEB0FA. Grayscale: #393939. Windows color (decimal): -14594299 or 347937. OLE color: 347937.
HSL color Cylindrical-coordinate representation of color #214F05: hue angle of 97.3º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #214F05 is Cyan = 0.58, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 33 | 79 | 5 | - |
| CMYK | 0.58 | 0 | 0.94 | 0.69 |
| HSL | 97.3º | 0.88% | 0.16% | - |
| HSV(B) | 97.3º | 0.94% | 0.31% | - |
| XYZ | 3.45 | 5.93 | 1.11 | - |
| YUV | 56.81 | 98.76 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 79 | 5 | 0.58 | 0 | 0.94 | 0.69 | 97.3 | 0.88 | 0.16 |
| Hex | 21 | 4F | 5 | 3A | 0 | 5E | 45 | 61 | 58 | 10 |
| Octal | 41 | 117 | 5 | 72 | 0 | 136 | 105 | 141 | 130 | 20 |
| Binary | 100001 | 1001111 | 101 | 111010 | 0 | 1011110 | 1000101 | 1100001 | 1011000 | 10000 |
Color Harmonies of #214F05
Complementary color
Monochromatic Colors of #214F05
Black with #214F05
Text Example
Text Example
White with #214F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214F05; }
p { color: rgb(33,79,5); }
H1.HeaderClassName
{
color: #214F05;
}
.AnyTagClassName
{
color: #214F05;
}
</style>
background-color css
<style>
a { background-color: #214F05; }
a { background-color: rgb(33,79,5); }
div.DivClassName
{
background-color: #214F05;
}
.BgClassName
{
background-color: #214F05;
}
</style>
border-color css
<style>
span { border-color: #214F05; }
span { border-color: rgb(33,79,5); }
td.TdClassName
{
border-color: #214F05;
}
.TagClassName
{
border-color: #214F05;
}
</style>