Shades of Myrtle #1D5A1F
Tints of Myrtle #1D5A1F
RGB
CMYK
RGB Variations
Color information
#1D5A1F (or 0x1D5A1F) is known color: Myrtle. HEX triplet: 1D, 5A and 1F. RGB value is (29,90,31). Sum of RGB (Red+Green+Blue) = 29+90+31=150 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.33% from 150); Green value is 90 (35.55% from 255 or 60% from 150); Blue value is 31 (12.5% from 255 or 20.67% from 150); Max value from RGB is 90 - color contains mainly: green. Hex color #1D5A1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5A1F is #E2A5E0. Grayscale: #414141. Windows color (decimal): -14853601 or 2054685. OLE color: 2054685.
HSL color Cylindrical-coordinate representation of color #1D5A1F: hue angle of 121.97º 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 #1D5A1F is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 90 | 31 | - |
| CMYK | 0.68 | 0 | 0.66 | 0.65 |
| HSL | 121.97º | 0.51% | 0.23% | - |
| HSV(B) | 121.97º | 0.68% | 0.35% | - |
| XYZ | 4.41 | 7.67 | 2.54 | - |
| YUV | 65.04 | 108.79 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 90 | 31 | 0.68 | 0 | 0.66 | 0.65 | 121.97 | 0.51 | 0.23 |
| Hex | 1D | 5A | 1F | 44 | 0 | 42 | 41 | 7A | 33 | 17 |
| Octal | 35 | 132 | 37 | 104 | 0 | 102 | 101 | 172 | 63 | 27 |
| Binary | 11101 | 1011010 | 11111 | 1000100 | 0 | 1000010 | 1000001 | 1111010 | 110011 | 10111 |
Color Harmonies of #1D5A1F
Complementary color
Monochromatic Colors of #1D5A1F
Black with #1D5A1F
Text Example
Text Example
White with #1D5A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5A1F; }
p { color: rgb(29,90,31); }
H1.HeaderClassName
{
color: #1D5A1F;
}
.AnyTagClassName
{
color: #1D5A1F;
}
</style>
background-color css
<style>
a { background-color: #1D5A1F; }
a { background-color: rgb(29,90,31); }
div.DivClassName
{
background-color: #1D5A1F;
}
.BgClassName
{
background-color: #1D5A1F;
}
</style>
border-color css
<style>
span { border-color: #1D5A1F; }
span { border-color: rgb(29,90,31); }
td.TdClassName
{
border-color: #1D5A1F;
}
.TagClassName
{
border-color: #1D5A1F;
}
</style>