Shades of Myrtle #214B01
Tints of Myrtle #214B01
RGB
CMYK
RGB Variations
Color information
#214B01 (or 0x214B01) is known color: Myrtle. HEX triplet: 21, 4B and 01. RGB value is (33,75,1). Sum of RGB (Red+Green+Blue) = 33+75+1=109 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.28% from 109); Green value is 75 (29.69% from 255 or 68.81% from 109); Blue value is 1 (0.78% from 255 or 0.92% from 109); Max value from RGB is 75 - color contains mainly: green. Hex color #214B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214B01 is #DEB4FE. Grayscale: #363636. Windows color (decimal): -14595327 or 84769. OLE color: 84769.
HSL color Cylindrical-coordinate representation of color #214B01: hue angle of 94.05º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #214B01 is Cyan = 0.56, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 75 | 1 | - |
| CMYK | 0.56 | 0 | 0.99 | 0.71 |
| HSL | 94.05º | 0.97% | 0.15% | - |
| HSV(B) | 94.05º | 0.99% | 0.29% | - |
| XYZ | 3.15 | 5.36 | 0.9 | - |
| YUV | 54.01 | 98.09 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 75 | 1 | 0.56 | 0 | 0.99 | 0.71 | 94.05 | 0.97 | 0.15 |
| Hex | 21 | 4B | 1 | 38 | 0 | 63 | 47 | 5E | 61 | F |
| Octal | 41 | 113 | 1 | 70 | 0 | 143 | 107 | 136 | 141 | 17 |
| Binary | 100001 | 1001011 | 1 | 111000 | 0 | 1100011 | 1000111 | 1011110 | 1100001 | 1111 |
Color Harmonies of #214B01
Complementary color
Monochromatic Colors of #214B01
Black with #214B01
Text Example
Text Example
White with #214B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214B01; }
p { color: rgb(33,75,1); }
H1.HeaderClassName
{
color: #214B01;
}
.AnyTagClassName
{
color: #214B01;
}
</style>
background-color css
<style>
a { background-color: #214B01; }
a { background-color: rgb(33,75,1); }
div.DivClassName
{
background-color: #214B01;
}
.BgClassName
{
background-color: #214B01;
}
</style>
border-color css
<style>
span { border-color: #214B01; }
span { border-color: rgb(33,75,1); }
td.TdClassName
{
border-color: #214B01;
}
.TagClassName
{
border-color: #214B01;
}
</style>