Shades of Myrtle #1D480B
Tints of Myrtle #1D480B
RGB
CMYK
RGB Variations
Color information
#1D480B (or 0x1D480B) is known color: Myrtle. HEX triplet: 1D, 48 and 0B. RGB value is (29,72,11). Sum of RGB (Red+Green+Blue) = 29+72+11=112 (14% of max value = 765). Red value is 29 (11.72% from 255 or 25.89% from 112); Green value is 72 (28.52% from 255 or 64.29% from 112); Blue value is 11 (4.69% from 255 or 9.82% from 112); Max value from RGB is 72 - color contains mainly: green. Hex color #1D480B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D480B is #E2B7F4. Grayscale: #343434. Windows color (decimal): -14858229 or 739357. OLE color: 739357.
HSL color Cylindrical-coordinate representation of color #1D480B: hue angle of 102.3º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D480B is Cyan = 0.60, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 29 | 72 | 11 | - |
| CMYK | 0.60 | 0 | 0.85 | 0.72 |
| HSL | 102.3º | 0.73% | 0.16% | - |
| HSV(B) | 102.3º | 0.85% | 0.28% | - |
| XYZ | 2.88 | 4.92 | 1.11 | - |
| YUV | 52.19 | 104.75 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 72 | 11 | 0.60 | 0 | 0.85 | 0.72 | 102.3 | 0.73 | 0.16 |
| Hex | 1D | 48 | B | 3C | 0 | 55 | 48 | 66 | 49 | 10 |
| Octal | 35 | 110 | 13 | 74 | 0 | 125 | 110 | 146 | 111 | 20 |
| Binary | 11101 | 1001000 | 1011 | 111100 | 0 | 1010101 | 1001000 | 1100110 | 1001001 | 10000 |
Color Harmonies of #1D480B
Complementary color
Monochromatic Colors of #1D480B
Black with #1D480B
Text Example
Text Example
White with #1D480B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D480B; }
p { color: rgb(29,72,11); }
H1.HeaderClassName
{
color: #1D480B;
}
.AnyTagClassName
{
color: #1D480B;
}
</style>
background-color css
<style>
a { background-color: #1D480B; }
a { background-color: rgb(29,72,11); }
div.DivClassName
{
background-color: #1D480B;
}
.BgClassName
{
background-color: #1D480B;
}
</style>
border-color css
<style>
span { border-color: #1D480B; }
span { border-color: rgb(29,72,11); }
td.TdClassName
{
border-color: #1D480B;
}
.TagClassName
{
border-color: #1D480B;
}
</style>