Shades of Myrtle #1D6002
Tints of Myrtle #1D6002
RGB
CMYK
RGB Variations
Color information
#1D6002 (or 0x1D6002) is known color: Myrtle. HEX triplet: 1D, 60 and 02. RGB value is (29,96,2). Sum of RGB (Red+Green+Blue) = 29+96+2=127 (16% of max value = 765). Red value is 29 (11.72% from 255 or 22.83% from 127); Green value is 96 (37.89% from 255 or 75.59% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 96 - color contains mainly: green. Hex color #1D6002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D6002 is #E29FFD. Grayscale: #414141. Windows color (decimal): -14852094 or 155677. OLE color: 155677.
HSL color Cylindrical-coordinate representation of color #1D6002: hue angle of 102.77º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1D6002 is Cyan = 0.70, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 29 | 96 | 2 | - |
| CMYK | 0.70 | 0 | 0.98 | 0.62 |
| HSL | 102.77º | 0.96% | 0.19% | - |
| HSV(B) | 102.77º | 0.98% | 0.38% | - |
| XYZ | 4.7 | 8.63 | 1.48 | - |
| YUV | 65.25 | 92.3 | 102.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 96 | 2 | 0.70 | 0 | 0.98 | 0.62 | 102.77 | 0.96 | 0.19 |
| Hex | 1D | 60 | 2 | 46 | 0 | 62 | 3E | 67 | 60 | 13 |
| Octal | 35 | 140 | 2 | 106 | 0 | 142 | 76 | 147 | 140 | 23 |
| Binary | 11101 | 1100000 | 10 | 1000110 | 0 | 1100010 | 111110 | 1100111 | 1100000 | 10011 |
Color Harmonies of #1D6002
Complementary color
Monochromatic Colors of #1D6002
Black with #1D6002
Text Example
Text Example
White with #1D6002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6002; }
p { color: rgb(29,96,2); }
H1.HeaderClassName
{
color: #1D6002;
}
.AnyTagClassName
{
color: #1D6002;
}
</style>
background-color css
<style>
a { background-color: #1D6002; }
a { background-color: rgb(29,96,2); }
div.DivClassName
{
background-color: #1D6002;
}
.BgClassName
{
background-color: #1D6002;
}
</style>
border-color css
<style>
span { border-color: #1D6002; }
span { border-color: rgb(29,96,2); }
td.TdClassName
{
border-color: #1D6002;
}
.TagClassName
{
border-color: #1D6002;
}
</style>