Shades of Myrtle #214700
Tints of Myrtle #214700
RGB
CMYK
RGB Variations
Color information
#214700 (or 0x214700) is known color: Myrtle. HEX triplet: 21, 47 and 00. RGB value is (33,71,0). Sum of RGB (Red+Green+Blue) = 33+71+0=104 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.73% from 104); Green value is 71 (28.12% from 255 or 68.27% from 104); Blue value is 0 (0.39% from 255 or 0% from 104); Max value from RGB is 71 - color contains mainly: green. Hex color #214700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214700 is #DEB8FF. Grayscale: #333333. Windows color (decimal): -14596352 or 18209. OLE color: 18209.
HSL color Cylindrical-coordinate representation of color #214700: hue angle of 92.11º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #214700 is Cyan = 0.54, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 71 | 0 | - |
| CMYK | 0.54 | 0 | 1 | 0.72 |
| HSL | 92.11º | 1% | 0.14% | - |
| HSV(B) | 92.11º | 1% | 0.28% | - |
| XYZ | 2.88 | 4.83 | 0.78 | - |
| YUV | 51.54 | 98.91 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 71 | 0 | 0.54 | 0 | 1 | 0.72 | 92.11 | 1 | 0.14 |
| Hex | 21 | 47 | 0 | 36 | 0 | 64 | 48 | 5C | 64 | E |
| Octal | 41 | 107 | 0 | 66 | 0 | 144 | 110 | 134 | 144 | 16 |
| Binary | 100001 | 1000111 | 0 | 110110 | 0 | 1100100 | 1001000 | 1011100 | 1100100 | 1110 |
Color Harmonies of #214700
Complementary color
Monochromatic Colors of #214700
Black with #214700
Text Example
Text Example
White with #214700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214700; }
p { color: rgb(33,71,0); }
H1.HeaderClassName
{
color: #214700;
}
.AnyTagClassName
{
color: #214700;
}
</style>
background-color css
<style>
a { background-color: #214700; }
a { background-color: rgb(33,71,0); }
div.DivClassName
{
background-color: #214700;
}
.BgClassName
{
background-color: #214700;
}
</style>
border-color css
<style>
span { border-color: #214700; }
span { border-color: rgb(33,71,0); }
td.TdClassName
{
border-color: #214700;
}
.TagClassName
{
border-color: #214700;
}
</style>