Shades of Myrtle #1D5F03
Tints of Myrtle #1D5F03
RGB
CMYK
RGB Variations
Color information
#1D5F03 (or 0x1D5F03) is known color: Myrtle. HEX triplet: 1D, 5F and 03. RGB value is (29,95,3). Sum of RGB (Red+Green+Blue) = 29+95+3=127 (16% of max value = 765). Red value is 29 (11.72% from 255 or 22.83% from 127); Green value is 95 (37.5% from 255 or 74.80% from 127); Blue value is 3 (1.56% from 255 or 2.36% from 127); Max value from RGB is 95 - color contains mainly: green. Hex color #1D5F03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D5F03 is #E2A0FC. Grayscale: #414141. Windows color (decimal): -14852349 or 220957. OLE color: 220957.
HSL color Cylindrical-coordinate representation of color #1D5F03: hue angle of 103.04º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D5F03 is Cyan = 0.69, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 29 | 95 | 3 | - |
| CMYK | 0.69 | 0 | 0.97 | 0.63 |
| HSL | 103.04º | 0.94% | 0.19% | - |
| HSV(B) | 103.04º | 0.97% | 0.37% | - |
| XYZ | 4.62 | 8.45 | 1.47 | - |
| YUV | 64.78 | 93.13 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 95 | 3 | 0.69 | 0 | 0.97 | 0.63 | 103.04 | 0.94 | 0.19 |
| Hex | 1D | 5F | 3 | 45 | 0 | 61 | 3F | 67 | 5E | 13 |
| Octal | 35 | 137 | 3 | 105 | 0 | 141 | 77 | 147 | 136 | 23 |
| Binary | 11101 | 1011111 | 11 | 1000101 | 0 | 1100001 | 111111 | 1100111 | 1011110 | 10011 |
Color Harmonies of #1D5F03
Complementary color
Monochromatic Colors of #1D5F03
Black with #1D5F03
Text Example
Text Example
White with #1D5F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5F03; }
p { color: rgb(29,95,3); }
H1.HeaderClassName
{
color: #1D5F03;
}
.AnyTagClassName
{
color: #1D5F03;
}
</style>
background-color css
<style>
a { background-color: #1D5F03; }
a { background-color: rgb(29,95,3); }
div.DivClassName
{
background-color: #1D5F03;
}
.BgClassName
{
background-color: #1D5F03;
}
</style>
border-color css
<style>
span { border-color: #1D5F03; }
span { border-color: rgb(29,95,3); }
td.TdClassName
{
border-color: #1D5F03;
}
.TagClassName
{
border-color: #1D5F03;
}
</style>