Shades of Myrtle #1D4B01
Tints of Myrtle #1D4B01
RGB
CMYK
RGB Variations
Color information
#1D4B01 (or 0x1D4B01) is known color: Myrtle. HEX triplet: 1D, 4B and 01. RGB value is (29,75,1). Sum of RGB (Red+Green+Blue) = 29+75+1=105 (13% of max value = 765). Red value is 29 (11.72% from 255 or 27.62% from 105); Green value is 75 (29.69% from 255 or 71.43% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 75 - color contains mainly: green. Hex color #1D4B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D4B01 is #E2B4FE. Grayscale: #353535. Windows color (decimal): -14857471 or 84765. OLE color: 84765.
HSL color Cylindrical-coordinate representation of color #1D4B01: hue angle of 97.3º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1D4B01 is Cyan = 0.61, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 29 | 75 | 1 | - |
| CMYK | 0.61 | 0 | 0.99 | 0.71 |
| HSL | 97.3º | 0.97% | 0.15% | - |
| HSV(B) | 97.3º | 0.99% | 0.29% | - |
| XYZ | 3.03 | 5.3 | 0.89 | - |
| YUV | 52.81 | 98.76 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 75 | 1 | 0.61 | 0 | 0.99 | 0.71 | 97.3 | 0.97 | 0.15 |
| Hex | 1D | 4B | 1 | 3D | 0 | 63 | 47 | 61 | 61 | F |
| Octal | 35 | 113 | 1 | 75 | 0 | 143 | 107 | 141 | 141 | 17 |
| Binary | 11101 | 1001011 | 1 | 111101 | 0 | 1100011 | 1000111 | 1100001 | 1100001 | 1111 |
Color Harmonies of #1D4B01
Complementary color
Monochromatic Colors of #1D4B01
Black with #1D4B01
Text Example
Text Example
White with #1D4B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4B01; }
p { color: rgb(29,75,1); }
H1.HeaderClassName
{
color: #1D4B01;
}
.AnyTagClassName
{
color: #1D4B01;
}
</style>
background-color css
<style>
a { background-color: #1D4B01; }
a { background-color: rgb(29,75,1); }
div.DivClassName
{
background-color: #1D4B01;
}
.BgClassName
{
background-color: #1D4B01;
}
</style>
border-color css
<style>
span { border-color: #1D4B01; }
span { border-color: rgb(29,75,1); }
td.TdClassName
{
border-color: #1D4B01;
}
.TagClassName
{
border-color: #1D4B01;
}
</style>