Shades of Myrtle #1D411F
Tints of Myrtle #1D411F
RGB
CMYK
RGB Variations
Color information
#1D411F (or 0x1D411F) is known color: Myrtle. HEX triplet: 1D, 41 and 1F. RGB value is (29,65,31). Sum of RGB (Red+Green+Blue) = 29+65+31=125 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.2% from 125); Green value is 65 (25.78% from 255 or 52% from 125); Blue value is 31 (12.5% from 255 or 24.8% from 125); Max value from RGB is 65 - color contains mainly: green. Hex color #1D411F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D411F is #E2BEE0. Grayscale: #323232. Windows color (decimal): -14860001 or 2048285. OLE color: 2048285.
HSL color Cylindrical-coordinate representation of color #1D411F: hue angle of 123.33º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1D411F is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 29 | 65 | 31 | - |
| CMYK | 0.55 | 0 | 0.52 | 0.75 |
| HSL | 123.33º | 0.38% | 0.18% | - |
| HSV(B) | 123.33º | 0.55% | 0.25% | - |
| XYZ | 2.64 | 4.14 | 1.96 | - |
| YUV | 50.36 | 117.07 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 65 | 31 | 0.55 | 0 | 0.52 | 0.75 | 123.33 | 0.38 | 0.18 |
| Hex | 1D | 41 | 1F | 37 | 0 | 34 | 4B | 7B | 26 | 12 |
| Octal | 35 | 101 | 37 | 67 | 0 | 64 | 113 | 173 | 46 | 22 |
| Binary | 11101 | 1000001 | 11111 | 110111 | 0 | 110100 | 1001011 | 1111011 | 100110 | 10010 |
Color Harmonies of #1D411F
Complementary color
Monochromatic Colors of #1D411F
Black with #1D411F
Text Example
Text Example
White with #1D411F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D411F; }
p { color: rgb(29,65,31); }
H1.HeaderClassName
{
color: #1D411F;
}
.AnyTagClassName
{
color: #1D411F;
}
</style>
background-color css
<style>
a { background-color: #1D411F; }
a { background-color: rgb(29,65,31); }
div.DivClassName
{
background-color: #1D411F;
}
.BgClassName
{
background-color: #1D411F;
}
</style>
border-color css
<style>
span { border-color: #1D411F; }
span { border-color: rgb(29,65,31); }
td.TdClassName
{
border-color: #1D411F;
}
.TagClassName
{
border-color: #1D411F;
}
</style>