Shades of Myrtle #214308
Tints of Myrtle #214308
RGB
CMYK
RGB Variations
Color information
#214308 (or 0x214308) is known color: Myrtle. HEX triplet: 21, 43 and 08. RGB value is (33,67,8). Sum of RGB (Red+Green+Blue) = 33+67+8=108 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.56% from 108); Green value is 67 (26.56% from 255 or 62.04% from 108); Blue value is 8 (3.52% from 255 or 7.41% from 108); Max value from RGB is 67 - color contains mainly: green. Hex color #214308 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214308 is #DEBCF7. Grayscale: #323232. Windows color (decimal): -14597368 or 541473. OLE color: 541473.
HSL color Cylindrical-coordinate representation of color #214308: hue angle of 94.58º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #214308 is Cyan = 0.51, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 33 | 67 | 8 | - |
| CMYK | 0.51 | 0 | 0.88 | 0.74 |
| HSL | 94.58º | 0.79% | 0.15% | - |
| HSV(B) | 94.58º | 0.88% | 0.26% | - |
| XYZ | 2.68 | 4.36 | 0.93 | - |
| YUV | 50.11 | 104.24 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 67 | 8 | 0.51 | 0 | 0.88 | 0.74 | 94.58 | 0.79 | 0.15 |
| Hex | 21 | 43 | 8 | 33 | 0 | 58 | 4A | 5F | 4F | F |
| Octal | 41 | 103 | 10 | 63 | 0 | 130 | 112 | 137 | 117 | 17 |
| Binary | 100001 | 1000011 | 1000 | 110011 | 0 | 1011000 | 1001010 | 1011111 | 1001111 | 1111 |
Color Harmonies of #214308
Complementary color
Monochromatic Colors of #214308
Black with #214308
Text Example
Text Example
White with #214308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214308; }
p { color: rgb(33,67,8); }
H1.HeaderClassName
{
color: #214308;
}
.AnyTagClassName
{
color: #214308;
}
</style>
background-color css
<style>
a { background-color: #214308; }
a { background-color: rgb(33,67,8); }
div.DivClassName
{
background-color: #214308;
}
.BgClassName
{
background-color: #214308;
}
</style>
border-color css
<style>
span { border-color: #214308; }
span { border-color: rgb(33,67,8); }
td.TdClassName
{
border-color: #214308;
}
.TagClassName
{
border-color: #214308;
}
</style>