Shades of Myrtle #1E3D21
Tints of Myrtle #1E3D21
RGB
CMYK
RGB Variations
Color information
#1E3D21 (or 0x1E3D21) is known color: Myrtle. HEX triplet: 1E, 3D and 21. RGB value is (30,61,33). Sum of RGB (Red+Green+Blue) = 30+61+33=124 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.19% from 124); Green value is 61 (24.22% from 255 or 49.19% from 124); Blue value is 33 (13.28% from 255 or 26.61% from 124); Max value from RGB is 61 - color contains mainly: green. Hex color #1E3D21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3D21 is #E1C2DE. Grayscale: #303030. Windows color (decimal): -14795487 or 2178334. OLE color: 2178334.
HSL color Cylindrical-coordinate representation of color #1E3D21: hue angle of 125.81º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1E3D21 is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 30 | 61 | 33 | - |
| CMYK | 0.51 | 0 | 0.46 | 0.76 |
| HSL | 125.81º | 0.34% | 0.18% | - |
| HSV(B) | 125.81º | 0.51% | 0.24% | - |
| XYZ | 2.48 | 3.72 | 2.03 | - |
| YUV | 48.54 | 119.23 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 61 | 33 | 0.51 | 0 | 0.46 | 0.76 | 125.81 | 0.34 | 0.18 |
| Hex | 1E | 3D | 21 | 33 | 0 | 2E | 4C | 7E | 22 | 12 |
| Octal | 36 | 75 | 41 | 63 | 0 | 56 | 114 | 176 | 42 | 22 |
| Binary | 11110 | 111101 | 100001 | 110011 | 0 | 101110 | 1001100 | 1111110 | 100010 | 10010 |
Color Harmonies of #1E3D21
Complementary color
Monochromatic Colors of #1E3D21
Black with #1E3D21
Text Example
Text Example
White with #1E3D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3D21; }
p { color: rgb(30,61,33); }
H1.HeaderClassName
{
color: #1E3D21;
}
.AnyTagClassName
{
color: #1E3D21;
}
</style>
background-color css
<style>
a { background-color: #1E3D21; }
a { background-color: rgb(30,61,33); }
div.DivClassName
{
background-color: #1E3D21;
}
.BgClassName
{
background-color: #1E3D21;
}
</style>
border-color css
<style>
span { border-color: #1E3D21; }
span { border-color: rgb(30,61,33); }
td.TdClassName
{
border-color: #1E3D21;
}
.TagClassName
{
border-color: #1E3D21;
}
</style>