Shades of Myrtle #1D4F01
Tints of Myrtle #1D4F01
RGB
CMYK
RGB Variations
Color information
#1D4F01 (or 0x1D4F01) is known color: Myrtle. HEX triplet: 1D, 4F and 01. RGB value is (29,79,1). Sum of RGB (Red+Green+Blue) = 29+79+1=109 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.61% from 109); Green value is 79 (31.25% from 255 or 72.48% from 109); Blue value is 1 (0.78% from 255 or 0.92% from 109); Max value from RGB is 79 - color contains mainly: green. Hex color #1D4F01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D4F01 is #E2B0FE. Grayscale: #373737. Windows color (decimal): -14856447 or 85789. OLE color: 85789.
HSL color Cylindrical-coordinate representation of color #1D4F01: hue angle of 98.46º 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 #1D4F01 is Cyan = 0.63, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 29 | 79 | 1 | - |
| CMYK | 0.63 | 0 | 0.99 | 0.69 |
| HSL | 98.46º | 0.98% | 0.16% | - |
| HSV(B) | 98.46º | 0.99% | 0.31% | - |
| XYZ | 3.31 | 5.86 | 0.98 | - |
| YUV | 55.16 | 97.44 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 79 | 1 | 0.63 | 0 | 0.99 | 0.69 | 98.46 | 0.98 | 0.16 |
| Hex | 1D | 4F | 1 | 3F | 0 | 63 | 45 | 62 | 62 | 10 |
| Octal | 35 | 117 | 1 | 77 | 0 | 143 | 105 | 142 | 142 | 20 |
| Binary | 11101 | 1001111 | 1 | 111111 | 0 | 1100011 | 1000101 | 1100010 | 1100010 | 10000 |
Color Harmonies of #1D4F01
Complementary color
Monochromatic Colors of #1D4F01
Black with #1D4F01
Text Example
Text Example
White with #1D4F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4F01; }
p { color: rgb(29,79,1); }
H1.HeaderClassName
{
color: #1D4F01;
}
.AnyTagClassName
{
color: #1D4F01;
}
</style>
background-color css
<style>
a { background-color: #1D4F01; }
a { background-color: rgb(29,79,1); }
div.DivClassName
{
background-color: #1D4F01;
}
.BgClassName
{
background-color: #1D4F01;
}
</style>
border-color css
<style>
span { border-color: #1D4F01; }
span { border-color: rgb(29,79,1); }
td.TdClassName
{
border-color: #1D4F01;
}
.TagClassName
{
border-color: #1D4F01;
}
</style>