Shades of Myrtle #1D601B
Tints of Myrtle #1D601B
RGB
CMYK
RGB Variations
Color information
#1D601B (or 0x1D601B) is known color: Myrtle. HEX triplet: 1D, 60 and 1B. RGB value is (29,96,27). Sum of RGB (Red+Green+Blue) = 29+96+27=152 (20% of max value = 765). Red value is 29 (11.72% from 255 or 19.08% from 152); Green value is 96 (37.89% from 255 or 63.16% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 96 - color contains mainly: green. Hex color #1D601B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D601B is #E29FE4. Grayscale: #444444. Windows color (decimal): -14852069 or 1794077. OLE color: 1794077.
HSL color Cylindrical-coordinate representation of color #1D601B: hue angle of 118.26º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D601B is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 29 | 96 | 27 | - |
| CMYK | 0.70 | 0 | 0.72 | 0.62 |
| HSL | 118.26º | 0.56% | 0.24% | - |
| HSV(B) | 118.26º | 0.72% | 0.38% | - |
| XYZ | 4.89 | 8.71 | 2.46 | - |
| YUV | 68.1 | 104.8 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 96 | 27 | 0.70 | 0 | 0.72 | 0.62 | 118.26 | 0.56 | 0.24 |
| Hex | 1D | 60 | 1B | 46 | 0 | 48 | 3E | 76 | 38 | 18 |
| Octal | 35 | 140 | 33 | 106 | 0 | 110 | 76 | 166 | 70 | 30 |
| Binary | 11101 | 1100000 | 11011 | 1000110 | 0 | 1001000 | 111110 | 1110110 | 111000 | 11000 |
Color Harmonies of #1D601B
Complementary color
Monochromatic Colors of #1D601B
Black with #1D601B
Text Example
Text Example
White with #1D601B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D601B; }
p { color: rgb(29,96,27); }
H1.HeaderClassName
{
color: #1D601B;
}
.AnyTagClassName
{
color: #1D601B;
}
</style>
background-color css
<style>
a { background-color: #1D601B; }
a { background-color: rgb(29,96,27); }
div.DivClassName
{
background-color: #1D601B;
}
.BgClassName
{
background-color: #1D601B;
}
</style>
border-color css
<style>
span { border-color: #1D601B; }
span { border-color: rgb(29,96,27); }
td.TdClassName
{
border-color: #1D601B;
}
.TagClassName
{
border-color: #1D601B;
}
</style>