Shades of Myrtle #1D6305
Tints of Myrtle #1D6305
RGB
CMYK
RGB Variations
Color information
#1D6305 (or 0x1D6305) is known color: Myrtle. HEX triplet: 1D, 63 and 05. RGB value is (29,99,5). Sum of RGB (Red+Green+Blue) = 29+99+5=133 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.80% from 133); Green value is 99 (39.06% from 255 or 74.44% from 133); Blue value is 5 (2.34% from 255 or 3.76% from 133); Max value from RGB is 99 - color contains mainly: green. Hex color #1D6305 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D6305 is #E29CFA. Grayscale: #434343. Windows color (decimal): -14851323 or 353053. OLE color: 353053.
HSL color Cylindrical-coordinate representation of color #1D6305: hue angle of 104.68º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1D6305 is Cyan = 0.71, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 29 | 99 | 5 | - |
| CMYK | 0.71 | 0 | 0.95 | 0.61 |
| HSL | 104.68º | 0.9% | 0.2% | - |
| HSV(B) | 104.68º | 0.95% | 0.39% | - |
| XYZ | 5 | 9.2 | 1.66 | - |
| YUV | 67.35 | 92.81 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 99 | 5 | 0.71 | 0 | 0.95 | 0.61 | 104.68 | 0.9 | 0.2 |
| Hex | 1D | 63 | 5 | 47 | 0 | 5F | 3D | 69 | 5A | 14 |
| Octal | 35 | 143 | 5 | 107 | 0 | 137 | 75 | 151 | 132 | 24 |
| Binary | 11101 | 1100011 | 101 | 1000111 | 0 | 1011111 | 111101 | 1101001 | 1011010 | 10100 |
Color Harmonies of #1D6305
Complementary color
Monochromatic Colors of #1D6305
Black with #1D6305
Text Example
Text Example
White with #1D6305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6305; }
p { color: rgb(29,99,5); }
H1.HeaderClassName
{
color: #1D6305;
}
.AnyTagClassName
{
color: #1D6305;
}
</style>
background-color css
<style>
a { background-color: #1D6305; }
a { background-color: rgb(29,99,5); }
div.DivClassName
{
background-color: #1D6305;
}
.BgClassName
{
background-color: #1D6305;
}
</style>
border-color css
<style>
span { border-color: #1D6305; }
span { border-color: rgb(29,99,5); }
td.TdClassName
{
border-color: #1D6305;
}
.TagClassName
{
border-color: #1D6305;
}
</style>