Shades of Myrtle #214307
Tints of Myrtle #214307
RGB
CMYK
RGB Variations
Color information
#214307 (or 0x214307) is known color: Myrtle. HEX triplet: 21, 43 and 07. RGB value is (33,67,7). Sum of RGB (Red+Green+Blue) = 33+67+7=107 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.84% from 107); Green value is 67 (26.56% from 255 or 62.62% from 107); Blue value is 7 (3.12% from 255 or 6.54% from 107); Max value from RGB is 67 - color contains mainly: green. Hex color #214307 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214307 is #DEBCF8. Grayscale: #323232. Windows color (decimal): -14597369 or 475937. OLE color: 475937.
HSL color Cylindrical-coordinate representation of color #214307: hue angle of 94º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #214307 is Cyan = 0.51, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 33 | 67 | 7 | - |
| CMYK | 0.51 | 0 | 0.90 | 0.74 |
| HSL | 94º | 0.81% | 0.15% | - |
| HSV(B) | 94º | 0.9% | 0.26% | - |
| XYZ | 2.67 | 4.35 | 0.9 | - |
| YUV | 49.99 | 103.74 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 67 | 7 | 0.51 | 0 | 0.90 | 0.74 | 94 | 0.81 | 0.15 |
| Hex | 21 | 43 | 7 | 33 | 0 | 5A | 4A | 5E | 51 | F |
| Octal | 41 | 103 | 7 | 63 | 0 | 132 | 112 | 136 | 121 | 17 |
| Binary | 100001 | 1000011 | 111 | 110011 | 0 | 1011010 | 1001010 | 1011110 | 1010001 | 1111 |
Color Harmonies of #214307
Complementary color
Monochromatic Colors of #214307
Black with #214307
Text Example
Text Example
White with #214307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214307; }
p { color: rgb(33,67,7); }
H1.HeaderClassName
{
color: #214307;
}
.AnyTagClassName
{
color: #214307;
}
</style>
background-color css
<style>
a { background-color: #214307; }
a { background-color: rgb(33,67,7); }
div.DivClassName
{
background-color: #214307;
}
.BgClassName
{
background-color: #214307;
}
</style>
border-color css
<style>
span { border-color: #214307; }
span { border-color: rgb(33,67,7); }
td.TdClassName
{
border-color: #214307;
}
.TagClassName
{
border-color: #214307;
}
</style>