Shades of Myrtle #1D5D02
Tints of Myrtle #1D5D02
RGB
CMYK
RGB Variations
Color information
#1D5D02 (or 0x1D5D02) is known color: Myrtle. HEX triplet: 1D, 5D and 02. RGB value is (29,93,2). Sum of RGB (Red+Green+Blue) = 29+93+2=124 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.39% from 124); Green value is 93 (36.72% from 255 or 75% from 124); Blue value is 2 (1.17% from 255 or 1.61% from 124); Max value from RGB is 93 - color contains mainly: green. Hex color #1D5D02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D5D02 is #E2A2FD. Grayscale: #3F3F3F. Windows color (decimal): -14852862 or 154909. OLE color: 154909.
HSL color Cylindrical-coordinate representation of color #1D5D02: hue angle of 102.2º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1D5D02 is Cyan = 0.69, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 29 | 93 | 2 | - |
| CMYK | 0.69 | 0 | 0.98 | 0.64 |
| HSL | 102.2º | 0.96% | 0.19% | - |
| HSV(B) | 102.2º | 0.98% | 0.36% | - |
| XYZ | 4.43 | 8.09 | 1.39 | - |
| YUV | 63.49 | 93.3 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 93 | 2 | 0.69 | 0 | 0.98 | 0.64 | 102.2 | 0.96 | 0.19 |
| Hex | 1D | 5D | 2 | 45 | 0 | 62 | 40 | 66 | 60 | 13 |
| Octal | 35 | 135 | 2 | 105 | 0 | 142 | 100 | 146 | 140 | 23 |
| Binary | 11101 | 1011101 | 10 | 1000101 | 0 | 1100010 | 1000000 | 1100110 | 1100000 | 10011 |
Color Harmonies of #1D5D02
Complementary color
Monochromatic Colors of #1D5D02
Black with #1D5D02
Text Example
Text Example
White with #1D5D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5D02; }
p { color: rgb(29,93,2); }
H1.HeaderClassName
{
color: #1D5D02;
}
.AnyTagClassName
{
color: #1D5D02;
}
</style>
background-color css
<style>
a { background-color: #1D5D02; }
a { background-color: rgb(29,93,2); }
div.DivClassName
{
background-color: #1D5D02;
}
.BgClassName
{
background-color: #1D5D02;
}
</style>
border-color css
<style>
span { border-color: #1D5D02; }
span { border-color: rgb(29,93,2); }
td.TdClassName
{
border-color: #1D5D02;
}
.TagClassName
{
border-color: #1D5D02;
}
</style>