Shades of Myrtle #1D3E07
Tints of Myrtle #1D3E07
RGB
CMYK
RGB Variations
Color information
#1D3E07 (or 0x1D3E07) is known color: Myrtle. HEX triplet: 1D, 3E and 07. RGB value is (29,62,7). Sum of RGB (Red+Green+Blue) = 29+62+7=98 (12% of max value = 765). Red value is 29 (11.72% from 255 or 29.59% from 98); Green value is 62 (24.61% from 255 or 63.27% from 98); Blue value is 7 (3.12% from 255 or 7.14% from 98); Max value from RGB is 62 - color contains mainly: green. Hex color #1D3E07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3E07 is #E2C1F8. Grayscale: #2E2E2E. Windows color (decimal): -14860793 or 474653. OLE color: 474653.
HSL color Cylindrical-coordinate representation of color #1D3E07: hue angle of 96º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D3E07 is Cyan = 0.53, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 29 | 62 | 7 | - |
| CMYK | 0.53 | 0 | 0.89 | 0.76 |
| HSL | 96º | 0.8% | 0.14% | - |
| HSV(B) | 96º | 0.89% | 0.24% | - |
| XYZ | 2.27 | 3.72 | 0.8 | - |
| YUV | 45.86 | 106.07 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 62 | 7 | 0.53 | 0 | 0.89 | 0.76 | 96 | 0.8 | 0.14 |
| Hex | 1D | 3E | 7 | 35 | 0 | 59 | 4C | 60 | 50 | E |
| Octal | 35 | 76 | 7 | 65 | 0 | 131 | 114 | 140 | 120 | 16 |
| Binary | 11101 | 111110 | 111 | 110101 | 0 | 1011001 | 1001100 | 1100000 | 1010000 | 1110 |
Color Harmonies of #1D3E07
Complementary color
Monochromatic Colors of #1D3E07
Black with #1D3E07
Text Example
Text Example
White with #1D3E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3E07; }
p { color: rgb(29,62,7); }
H1.HeaderClassName
{
color: #1D3E07;
}
.AnyTagClassName
{
color: #1D3E07;
}
</style>
background-color css
<style>
a { background-color: #1D3E07; }
a { background-color: rgb(29,62,7); }
div.DivClassName
{
background-color: #1D3E07;
}
.BgClassName
{
background-color: #1D3E07;
}
</style>
border-color css
<style>
span { border-color: #1D3E07; }
span { border-color: rgb(29,62,7); }
td.TdClassName
{
border-color: #1D3E07;
}
.TagClassName
{
border-color: #1D3E07;
}
</style>