Shades of Myrtle #214701
Tints of Myrtle #214701
RGB
CMYK
RGB Variations
Color information
#214701 (or 0x214701) is known color: Myrtle. HEX triplet: 21, 47 and 01. RGB value is (33,71,1). Sum of RGB (Red+Green+Blue) = 33+71+1=105 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.43% from 105); Green value is 71 (28.12% from 255 or 67.62% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 71 - color contains mainly: green. Hex color #214701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214701 is #DEB8FE. Grayscale: #333333. Windows color (decimal): -14596351 or 83745. OLE color: 83745.
HSL color Cylindrical-coordinate representation of color #214701: hue angle of 92.57º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #214701 is Cyan = 0.54, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 71 | 1 | - |
| CMYK | 0.54 | 0 | 0.99 | 0.72 |
| HSL | 92.57º | 0.97% | 0.14% | - |
| HSV(B) | 92.57º | 0.99% | 0.28% | - |
| XYZ | 2.89 | 4.83 | 0.81 | - |
| YUV | 51.66 | 99.41 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 71 | 1 | 0.54 | 0 | 0.99 | 0.72 | 92.57 | 0.97 | 0.14 |
| Hex | 21 | 47 | 1 | 36 | 0 | 63 | 48 | 5D | 61 | E |
| Octal | 41 | 107 | 1 | 66 | 0 | 143 | 110 | 135 | 141 | 16 |
| Binary | 100001 | 1000111 | 1 | 110110 | 0 | 1100011 | 1001000 | 1011101 | 1100001 | 1110 |
Color Harmonies of #214701
Complementary color
Monochromatic Colors of #214701
Black with #214701
Text Example
Text Example
White with #214701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214701; }
p { color: rgb(33,71,1); }
H1.HeaderClassName
{
color: #214701;
}
.AnyTagClassName
{
color: #214701;
}
</style>
background-color css
<style>
a { background-color: #214701; }
a { background-color: rgb(33,71,1); }
div.DivClassName
{
background-color: #214701;
}
.BgClassName
{
background-color: #214701;
}
</style>
border-color css
<style>
span { border-color: #214701; }
span { border-color: rgb(33,71,1); }
td.TdClassName
{
border-color: #214701;
}
.TagClassName
{
border-color: #214701;
}
</style>