Shades of Myrtle #1D5F04
Tints of Myrtle #1D5F04
RGB
CMYK
RGB Variations
Color information
#1D5F04 (or 0x1D5F04) is known color: Myrtle. HEX triplet: 1D, 5F and 04. RGB value is (29,95,4). Sum of RGB (Red+Green+Blue) = 29+95+4=128 (16% of max value = 765). Red value is 29 (11.72% from 255 or 22.66% from 128); Green value is 95 (37.5% from 255 or 74.22% from 128); Blue value is 4 (1.95% from 255 or 3.12% from 128); Max value from RGB is 95 - color contains mainly: green. Hex color #1D5F04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D5F04 is #E2A0FB. Grayscale: #414141. Windows color (decimal): -14852348 or 286493. OLE color: 286493.
HSL color Cylindrical-coordinate representation of color #1D5F04: hue angle of 103.52º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1D5F04 is Cyan = 0.69, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 29 | 95 | 4 | - |
| CMYK | 0.69 | 0 | 0.96 | 0.63 |
| HSL | 103.52º | 0.92% | 0.19% | - |
| HSV(B) | 103.52º | 0.96% | 0.37% | - |
| XYZ | 4.62 | 8.45 | 1.5 | - |
| YUV | 64.89 | 93.63 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 95 | 4 | 0.69 | 0 | 0.96 | 0.63 | 103.52 | 0.92 | 0.19 |
| Hex | 1D | 5F | 4 | 45 | 0 | 60 | 3F | 68 | 5C | 13 |
| Octal | 35 | 137 | 4 | 105 | 0 | 140 | 77 | 150 | 134 | 23 |
| Binary | 11101 | 1011111 | 100 | 1000101 | 0 | 1100000 | 111111 | 1101000 | 1011100 | 10011 |
Color Harmonies of #1D5F04
Complementary color
Monochromatic Colors of #1D5F04
Black with #1D5F04
Text Example
Text Example
White with #1D5F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5F04; }
p { color: rgb(29,95,4); }
H1.HeaderClassName
{
color: #1D5F04;
}
.AnyTagClassName
{
color: #1D5F04;
}
</style>
background-color css
<style>
a { background-color: #1D5F04; }
a { background-color: rgb(29,95,4); }
div.DivClassName
{
background-color: #1D5F04;
}
.BgClassName
{
background-color: #1D5F04;
}
</style>
border-color css
<style>
span { border-color: #1D5F04; }
span { border-color: rgb(29,95,4); }
td.TdClassName
{
border-color: #1D5F04;
}
.TagClassName
{
border-color: #1D5F04;
}
</style>