Shades of Myrtle #1D5001
Tints of Myrtle #1D5001
RGB
CMYK
RGB Variations
Color information
#1D5001 (or 0x1D5001) is known color: Myrtle. HEX triplet: 1D, 50 and 01. RGB value is (29,80,1). Sum of RGB (Red+Green+Blue) = 29+80+1=110 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.36% from 110); Green value is 80 (31.64% from 255 or 72.73% from 110); Blue value is 1 (0.78% from 255 or 0.91% from 110); Max value from RGB is 80 - color contains mainly: green. Hex color #1D5001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D5001 is #E2AFFE. Grayscale: #383838. Windows color (decimal): -14856191 or 86045. OLE color: 86045.
HSL color Cylindrical-coordinate representation of color #1D5001: hue angle of 98.73º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1D5001 is Cyan = 0.64, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 29 | 80 | 1 | - |
| CMYK | 0.64 | 0 | 0.99 | 0.69 |
| HSL | 98.73º | 0.98% | 0.16% | - |
| HSV(B) | 98.73º | 0.99% | 0.31% | - |
| XYZ | 3.38 | 6 | 1.01 | - |
| YUV | 55.75 | 97.1 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 80 | 1 | 0.64 | 0 | 0.99 | 0.69 | 98.73 | 0.98 | 0.16 |
| Hex | 1D | 50 | 1 | 40 | 0 | 63 | 45 | 63 | 62 | 10 |
| Octal | 35 | 120 | 1 | 100 | 0 | 143 | 105 | 143 | 142 | 20 |
| Binary | 11101 | 1010000 | 1 | 1000000 | 0 | 1100011 | 1000101 | 1100011 | 1100010 | 10000 |
Color Harmonies of #1D5001
Complementary color
Monochromatic Colors of #1D5001
Black with #1D5001
Text Example
Text Example
White with #1D5001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5001; }
p { color: rgb(29,80,1); }
H1.HeaderClassName
{
color: #1D5001;
}
.AnyTagClassName
{
color: #1D5001;
}
</style>
background-color css
<style>
a { background-color: #1D5001; }
a { background-color: rgb(29,80,1); }
div.DivClassName
{
background-color: #1D5001;
}
.BgClassName
{
background-color: #1D5001;
}
</style>
border-color css
<style>
span { border-color: #1D5001; }
span { border-color: rgb(29,80,1); }
td.TdClassName
{
border-color: #1D5001;
}
.TagClassName
{
border-color: #1D5001;
}
</style>