Shades of Myrtle #1D5A15
Tints of Myrtle #1D5A15
RGB
CMYK
RGB Variations
Color information
#1D5A15 (or 0x1D5A15) is known color: Myrtle. HEX triplet: 1D, 5A and 15. RGB value is (29,90,21). Sum of RGB (Red+Green+Blue) = 29+90+21=140 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.71% from 140); Green value is 90 (35.55% from 255 or 64.29% from 140); Blue value is 21 (8.59% from 255 or 15% from 140); Max value from RGB is 90 - color contains mainly: green. Hex color #1D5A15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D5A15 is #E2A5EA. Grayscale: #404040. Windows color (decimal): -14853611 or 1399325. OLE color: 1399325.
HSL color Cylindrical-coordinate representation of color #1D5A15: hue angle of 113.04º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D5A15 is Cyan = 0.68, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 90 | 21 | - |
| CMYK | 0.68 | 0 | 0.77 | 0.65 |
| HSL | 113.04º | 0.62% | 0.22% | - |
| HSV(B) | 113.04º | 0.77% | 0.35% | - |
| XYZ | 4.3 | 7.63 | 1.96 | - |
| YUV | 63.9 | 103.79 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 90 | 21 | 0.68 | 0 | 0.77 | 0.65 | 113.04 | 0.62 | 0.22 |
| Hex | 1D | 5A | 15 | 44 | 0 | 4D | 41 | 71 | 3E | 16 |
| Octal | 35 | 132 | 25 | 104 | 0 | 115 | 101 | 161 | 76 | 26 |
| Binary | 11101 | 1011010 | 10101 | 1000100 | 0 | 1001101 | 1000001 | 1110001 | 111110 | 10110 |
Color Harmonies of #1D5A15
Complementary color
Monochromatic Colors of #1D5A15
Black with #1D5A15
Text Example
Text Example
White with #1D5A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5A15; }
p { color: rgb(29,90,21); }
H1.HeaderClassName
{
color: #1D5A15;
}
.AnyTagClassName
{
color: #1D5A15;
}
</style>
background-color css
<style>
a { background-color: #1D5A15; }
a { background-color: rgb(29,90,21); }
div.DivClassName
{
background-color: #1D5A15;
}
.BgClassName
{
background-color: #1D5A15;
}
</style>
border-color css
<style>
span { border-color: #1D5A15; }
span { border-color: rgb(29,90,21); }
td.TdClassName
{
border-color: #1D5A15;
}
.TagClassName
{
border-color: #1D5A15;
}
</style>