Shades of Myrtle #1D5125
Tints of Myrtle #1D5125
RGB
CMYK
RGB Variations
Color information
#1D5125 (or 0x1D5125) is known color: Myrtle. HEX triplet: 1D, 51 and 25. RGB value is (29,81,37). Sum of RGB (Red+Green+Blue) = 29+81+37=147 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.73% from 147); Green value is 81 (32.03% from 255 or 55.10% from 147); Blue value is 37 (14.84% from 255 or 25.17% from 147); Max value from RGB is 81 - color contains mainly: green. Hex color #1D5125 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5125 is #E2AEDA. Grayscale: #3C3C3C. Windows color (decimal): -14855899 or 2445597. OLE color: 2445597.
HSL color Cylindrical-coordinate representation of color #1D5125: hue angle of 129.23º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1D5125 is Cyan = 0.64, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 29 | 81 | 37 | - |
| CMYK | 0.64 | 0 | 0.54 | 0.68 |
| HSL | 129.23º | 0.47% | 0.22% | - |
| HSV(B) | 129.23º | 0.64% | 0.32% | - |
| XYZ | 3.78 | 6.28 | 2.76 | - |
| YUV | 60.44 | 114.77 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 81 | 37 | 0.64 | 0 | 0.54 | 0.68 | 129.23 | 0.47 | 0.22 |
| Hex | 1D | 51 | 25 | 40 | 0 | 36 | 44 | 81 | 2F | 16 |
| Octal | 35 | 121 | 45 | 100 | 0 | 66 | 104 | 201 | 57 | 26 |
| Binary | 11101 | 1010001 | 100101 | 1000000 | 0 | 110110 | 1000100 | 10000001 | 101111 | 10110 |
Color Harmonies of #1D5125
Complementary color
Monochromatic Colors of #1D5125
Black with #1D5125
Text Example
Text Example
White with #1D5125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5125; }
p { color: rgb(29,81,37); }
H1.HeaderClassName
{
color: #1D5125;
}
.AnyTagClassName
{
color: #1D5125;
}
</style>
background-color css
<style>
a { background-color: #1D5125; }
a { background-color: rgb(29,81,37); }
div.DivClassName
{
background-color: #1D5125;
}
.BgClassName
{
background-color: #1D5125;
}
</style>
border-color css
<style>
span { border-color: #1D5125; }
span { border-color: rgb(29,81,37); }
td.TdClassName
{
border-color: #1D5125;
}
.TagClassName
{
border-color: #1D5125;
}
</style>