Shades of Myrtle #1D421F
Tints of Myrtle #1D421F
RGB
CMYK
RGB Variations
Color information
#1D421F (or 0x1D421F) is known color: Myrtle. HEX triplet: 1D, 42 and 1F. RGB value is (29,66,31). Sum of RGB (Red+Green+Blue) = 29+66+31=126 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.02% from 126); Green value is 66 (26.17% from 255 or 52.38% from 126); Blue value is 31 (12.5% from 255 or 24.60% from 126); Max value from RGB is 66 - color contains mainly: green. Hex color #1D421F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D421F is #E2BDE0. Grayscale: #333333. Windows color (decimal): -14859745 or 2048541. OLE color: 2048541.
HSL color Cylindrical-coordinate representation of color #1D421F: hue angle of 123.24º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1D421F is Cyan = 0.56, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 29 | 66 | 31 | - |
| CMYK | 0.56 | 0 | 0.53 | 0.74 |
| HSL | 123.24º | 0.39% | 0.19% | - |
| HSV(B) | 123.24º | 0.56% | 0.26% | - |
| XYZ | 2.7 | 4.26 | 1.98 | - |
| YUV | 50.95 | 116.74 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 66 | 31 | 0.56 | 0 | 0.53 | 0.74 | 123.24 | 0.39 | 0.19 |
| Hex | 1D | 42 | 1F | 38 | 0 | 35 | 4A | 7B | 27 | 13 |
| Octal | 35 | 102 | 37 | 70 | 0 | 65 | 112 | 173 | 47 | 23 |
| Binary | 11101 | 1000010 | 11111 | 111000 | 0 | 110101 | 1001010 | 1111011 | 100111 | 10011 |
Color Harmonies of #1D421F
Complementary color
Monochromatic Colors of #1D421F
Black with #1D421F
Text Example
Text Example
White with #1D421F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D421F; }
p { color: rgb(29,66,31); }
H1.HeaderClassName
{
color: #1D421F;
}
.AnyTagClassName
{
color: #1D421F;
}
</style>
background-color css
<style>
a { background-color: #1D421F; }
a { background-color: rgb(29,66,31); }
div.DivClassName
{
background-color: #1D421F;
}
.BgClassName
{
background-color: #1D421F;
}
</style>
border-color css
<style>
span { border-color: #1D421F; }
span { border-color: rgb(29,66,31); }
td.TdClassName
{
border-color: #1D421F;
}
.TagClassName
{
border-color: #1D421F;
}
</style>