Shades of Myrtle #215D1F
Tints of Myrtle #215D1F
RGB
CMYK
RGB Variations
Color information
#215D1F (or 0x215D1F) is known color: Myrtle. HEX triplet: 21, 5D and 1F. RGB value is (33,93,31). Sum of RGB (Red+Green+Blue) = 33+93+31=157 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.02% from 157); Green value is 93 (36.72% from 255 or 59.24% from 157); Blue value is 31 (12.5% from 255 or 19.75% from 157); Max value from RGB is 93 - color contains mainly: green. Hex color #215D1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215D1F is #DEA2E0. Grayscale: #444444. Windows color (decimal): -14590689 or 2055457. OLE color: 2055457.
HSL color Cylindrical-coordinate representation of color #215D1F: hue angle of 118.06º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #215D1F is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 93 | 31 | - |
| CMYK | 0.65 | 0 | 0.67 | 0.64 |
| HSL | 118.06º | 0.5% | 0.24% | - |
| HSV(B) | 118.06º | 0.67% | 0.36% | - |
| XYZ | 4.79 | 8.25 | 2.64 | - |
| YUV | 67.99 | 107.12 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 93 | 31 | 0.65 | 0 | 0.67 | 0.64 | 118.06 | 0.5 | 0.24 |
| Hex | 21 | 5D | 1F | 41 | 0 | 43 | 40 | 76 | 32 | 18 |
| Octal | 41 | 135 | 37 | 101 | 0 | 103 | 100 | 166 | 62 | 30 |
| Binary | 100001 | 1011101 | 11111 | 1000001 | 0 | 1000011 | 1000000 | 1110110 | 110010 | 11000 |
Color Harmonies of #215D1F
Complementary color
Monochromatic Colors of #215D1F
Black with #215D1F
Text Example
Text Example
White with #215D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215D1F; }
p { color: rgb(33,93,31); }
H1.HeaderClassName
{
color: #215D1F;
}
.AnyTagClassName
{
color: #215D1F;
}
</style>
background-color css
<style>
a { background-color: #215D1F; }
a { background-color: rgb(33,93,31); }
div.DivClassName
{
background-color: #215D1F;
}
.BgClassName
{
background-color: #215D1F;
}
</style>
border-color css
<style>
span { border-color: #215D1F; }
span { border-color: rgb(33,93,31); }
td.TdClassName
{
border-color: #215D1F;
}
.TagClassName
{
border-color: #215D1F;
}
</style>