Shades of Myrtle #1D5A21
Tints of Myrtle #1D5A21
RGB
CMYK
RGB Variations
Color information
#1D5A21 (or 0x1D5A21) is known color: Myrtle. HEX triplet: 1D, 5A and 21. RGB value is (29,90,33). Sum of RGB (Red+Green+Blue) = 29+90+33=152 (20% of max value = 765). Red value is 29 (11.72% from 255 or 19.08% from 152); Green value is 90 (35.55% from 255 or 59.21% from 152); Blue value is 33 (13.28% from 255 or 21.71% from 152); Max value from RGB is 90 - color contains mainly: green. Hex color #1D5A21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5A21 is #E2A5DE. Grayscale: #414141. Windows color (decimal): -14853599 or 2185757. OLE color: 2185757.
HSL color Cylindrical-coordinate representation of color #1D5A21: hue angle of 123.93º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1D5A21 is Cyan = 0.68, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 90 | 33 | - |
| CMYK | 0.68 | 0 | 0.63 | 0.65 |
| HSL | 123.93º | 0.51% | 0.23% | - |
| HSV(B) | 123.93º | 0.68% | 0.35% | - |
| XYZ | 4.44 | 7.68 | 2.69 | - |
| YUV | 65.26 | 109.79 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 90 | 33 | 0.68 | 0 | 0.63 | 0.65 | 123.93 | 0.51 | 0.23 |
| Hex | 1D | 5A | 21 | 44 | 0 | 3F | 41 | 7C | 33 | 17 |
| Octal | 35 | 132 | 41 | 104 | 0 | 77 | 101 | 174 | 63 | 27 |
| Binary | 11101 | 1011010 | 100001 | 1000100 | 0 | 111111 | 1000001 | 1111100 | 110011 | 10111 |
Color Harmonies of #1D5A21
Complementary color
Monochromatic Colors of #1D5A21
Black with #1D5A21
Text Example
Text Example
White with #1D5A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5A21; }
p { color: rgb(29,90,33); }
H1.HeaderClassName
{
color: #1D5A21;
}
.AnyTagClassName
{
color: #1D5A21;
}
</style>
background-color css
<style>
a { background-color: #1D5A21; }
a { background-color: rgb(29,90,33); }
div.DivClassName
{
background-color: #1D5A21;
}
.BgClassName
{
background-color: #1D5A21;
}
</style>
border-color css
<style>
span { border-color: #1D5A21; }
span { border-color: rgb(29,90,33); }
td.TdClassName
{
border-color: #1D5A21;
}
.TagClassName
{
border-color: #1D5A21;
}
</style>