Shades of Myrtle #1D3B1B
Tints of Myrtle #1D3B1B
RGB
CMYK
RGB Variations
Color information
#1D3B1B (or 0x1D3B1B) is known color: Myrtle. HEX triplet: 1D, 3B and 1B. RGB value is (29,59,27). Sum of RGB (Red+Green+Blue) = 29+59+27=115 (15% of max value = 765). Red value is 29 (11.72% from 255 or 25.22% from 115); Green value is 59 (23.44% from 255 or 51.30% from 115); Blue value is 27 (10.94% from 255 or 23.48% from 115); Max value from RGB is 59 - color contains mainly: green. Hex color #1D3B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3B1B is #E2C4E4. Grayscale: #2E2E2E. Windows color (decimal): -14861541 or 1784605. OLE color: 1784605.
HSL color Cylindrical-coordinate representation of color #1D3B1B: hue angle of 116.25º degrees, saturation: 0.37, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1D3B1B is Cyan = 0.51, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 29 | 59 | 27 | - |
| CMYK | 0.51 | 0 | 0.54 | 0.77 |
| HSL | 116.25º | 0.37% | 0.17% | - |
| HSV(B) | 116.25º | 0.54% | 0.23% | - |
| XYZ | 2.27 | 3.47 | 1.59 | - |
| YUV | 46.38 | 117.06 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 59 | 27 | 0.51 | 0 | 0.54 | 0.77 | 116.25 | 0.37 | 0.17 |
| Hex | 1D | 3B | 1B | 33 | 0 | 36 | 4D | 74 | 25 | 11 |
| Octal | 35 | 73 | 33 | 63 | 0 | 66 | 115 | 164 | 45 | 21 |
| Binary | 11101 | 111011 | 11011 | 110011 | 0 | 110110 | 1001101 | 1110100 | 100101 | 10001 |
Color Harmonies of #1D3B1B
Complementary color
Monochromatic Colors of #1D3B1B
Black with #1D3B1B
Text Example
Text Example
White with #1D3B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3B1B; }
p { color: rgb(29,59,27); }
H1.HeaderClassName
{
color: #1D3B1B;
}
.AnyTagClassName
{
color: #1D3B1B;
}
</style>
background-color css
<style>
a { background-color: #1D3B1B; }
a { background-color: rgb(29,59,27); }
div.DivClassName
{
background-color: #1D3B1B;
}
.BgClassName
{
background-color: #1D3B1B;
}
</style>
border-color css
<style>
span { border-color: #1D3B1B; }
span { border-color: rgb(29,59,27); }
td.TdClassName
{
border-color: #1D3B1B;
}
.TagClassName
{
border-color: #1D3B1B;
}
</style>