Shades of Myrtle #1E4C21
Tints of Myrtle #1E4C21
RGB
CMYK
RGB Variations
Color information
#1E4C21 (or 0x1E4C21) is known color: Myrtle. HEX triplet: 1E, 4C and 21. RGB value is (30,76,33). Sum of RGB (Red+Green+Blue) = 30+76+33=139 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.58% from 139); Green value is 76 (30.08% from 255 or 54.68% from 139); Blue value is 33 (13.28% from 255 or 23.74% from 139); Max value from RGB is 76 - color contains mainly: green. Hex color #1E4C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4C21 is #E1B3DE. Grayscale: #393939. Windows color (decimal): -14791647 or 2182174. OLE color: 2182174.
HSL color Cylindrical-coordinate representation of color #1E4C21: hue angle of 123.91º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1E4C21 is Cyan = 0.61, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 30 | 76 | 33 | - |
| CMYK | 0.61 | 0 | 0.57 | 0.70 |
| HSL | 123.91º | 0.43% | 0.21% | - |
| HSV(B) | 123.91º | 0.61% | 0.3% | - |
| XYZ | 3.39 | 5.55 | 2.33 | - |
| YUV | 57.34 | 114.26 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 76 | 33 | 0.61 | 0 | 0.57 | 0.70 | 123.91 | 0.43 | 0.21 |
| Hex | 1E | 4C | 21 | 3D | 0 | 39 | 46 | 7C | 2B | 15 |
| Octal | 36 | 114 | 41 | 75 | 0 | 71 | 106 | 174 | 53 | 25 |
| Binary | 11110 | 1001100 | 100001 | 111101 | 0 | 111001 | 1000110 | 1111100 | 101011 | 10101 |
Color Harmonies of #1E4C21
Complementary color
Monochromatic Colors of #1E4C21
Black with #1E4C21
Text Example
Text Example
White with #1E4C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4C21; }
p { color: rgb(30,76,33); }
H1.HeaderClassName
{
color: #1E4C21;
}
.AnyTagClassName
{
color: #1E4C21;
}
</style>
background-color css
<style>
a { background-color: #1E4C21; }
a { background-color: rgb(30,76,33); }
div.DivClassName
{
background-color: #1E4C21;
}
.BgClassName
{
background-color: #1E4C21;
}
</style>
border-color css
<style>
span { border-color: #1E4C21; }
span { border-color: rgb(30,76,33); }
td.TdClassName
{
border-color: #1E4C21;
}
.TagClassName
{
border-color: #1E4C21;
}
</style>