Shades of Myrtle #1D5122
Tints of Myrtle #1D5122
RGB
CMYK
RGB Variations
Color information
#1D5122 (or 0x1D5122) is known color: Myrtle. HEX triplet: 1D, 51 and 22. RGB value is (29,81,34). Sum of RGB (Red+Green+Blue) = 29+81+34=144 (19% of max value = 765). Red value is 29 (11.72% from 255 or 20.14% from 144); Green value is 81 (32.03% from 255 or 56.25% from 144); Blue value is 34 (13.67% from 255 or 23.61% from 144); Max value from RGB is 81 - color contains mainly: green. Hex color #1D5122 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5122 is #E2AEDD. Grayscale: #3C3C3C. Windows color (decimal): -14855902 or 2248989. OLE color: 2248989.
HSL color Cylindrical-coordinate representation of color #1D5122: hue angle of 125.77º 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 #1D5122 is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 29 | 81 | 34 | - |
| CMYK | 0.64 | 0 | 0.58 | 0.68 |
| HSL | 125.77º | 0.47% | 0.22% | - |
| HSV(B) | 125.77º | 0.64% | 0.32% | - |
| XYZ | 3.74 | 6.26 | 2.52 | - |
| YUV | 60.09 | 113.27 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 81 | 34 | 0.64 | 0 | 0.58 | 0.68 | 125.77 | 0.47 | 0.22 |
| Hex | 1D | 51 | 22 | 40 | 0 | 3A | 44 | 7E | 2F | 16 |
| Octal | 35 | 121 | 42 | 100 | 0 | 72 | 104 | 176 | 57 | 26 |
| Binary | 11101 | 1010001 | 100010 | 1000000 | 0 | 111010 | 1000100 | 1111110 | 101111 | 10110 |
Color Harmonies of #1D5122
Complementary color
Monochromatic Colors of #1D5122
Black with #1D5122
Text Example
Text Example
White with #1D5122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5122; }
p { color: rgb(29,81,34); }
H1.HeaderClassName
{
color: #1D5122;
}
.AnyTagClassName
{
color: #1D5122;
}
</style>
background-color css
<style>
a { background-color: #1D5122; }
a { background-color: rgb(29,81,34); }
div.DivClassName
{
background-color: #1D5122;
}
.BgClassName
{
background-color: #1D5122;
}
</style>
border-color css
<style>
span { border-color: #1D5122; }
span { border-color: rgb(29,81,34); }
td.TdClassName
{
border-color: #1D5122;
}
.TagClassName
{
border-color: #1D5122;
}
</style>