Shades of Myrtle #1D4702
Tints of Myrtle #1D4702
RGB
CMYK
RGB Variations
Color information
#1D4702 (or 0x1D4702) is known color: Myrtle. HEX triplet: 1D, 47 and 02. RGB value is (29,71,2). Sum of RGB (Red+Green+Blue) = 29+71+2=102 (13% of max value = 765). Red value is 29 (11.72% from 255 or 28.43% from 102); Green value is 71 (28.12% from 255 or 69.61% from 102); Blue value is 2 (1.17% from 255 or 1.96% from 102); Max value from RGB is 71 - color contains mainly: green. Hex color #1D4702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D4702 is #E2B8FD. Grayscale: #323232. Windows color (decimal): -14858494 or 149277. OLE color: 149277.
HSL color Cylindrical-coordinate representation of color #1D4702: hue angle of 96.52º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D4702 is Cyan = 0.59, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 29 | 71 | 2 | - |
| CMYK | 0.59 | 0 | 0.97 | 0.72 |
| HSL | 96.52º | 0.95% | 0.14% | - |
| HSV(B) | 96.52º | 0.97% | 0.28% | - |
| XYZ | 2.77 | 4.77 | 0.83 | - |
| YUV | 50.58 | 100.59 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 71 | 2 | 0.59 | 0 | 0.97 | 0.72 | 96.52 | 0.95 | 0.14 |
| Hex | 1D | 47 | 2 | 3B | 0 | 61 | 48 | 61 | 5F | E |
| Octal | 35 | 107 | 2 | 73 | 0 | 141 | 110 | 141 | 137 | 16 |
| Binary | 11101 | 1000111 | 10 | 111011 | 0 | 1100001 | 1001000 | 1100001 | 1011111 | 1110 |
Color Harmonies of #1D4702
Complementary color
Monochromatic Colors of #1D4702
Black with #1D4702
Text Example
Text Example
White with #1D4702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4702; }
p { color: rgb(29,71,2); }
H1.HeaderClassName
{
color: #1D4702;
}
.AnyTagClassName
{
color: #1D4702;
}
</style>
background-color css
<style>
a { background-color: #1D4702; }
a { background-color: rgb(29,71,2); }
div.DivClassName
{
background-color: #1D4702;
}
.BgClassName
{
background-color: #1D4702;
}
</style>
border-color css
<style>
span { border-color: #1D4702; }
span { border-color: rgb(29,71,2); }
td.TdClassName
{
border-color: #1D4702;
}
.TagClassName
{
border-color: #1D4702;
}
</style>