Shades of Myrtle #1E2B1B
Tints of Myrtle #1E2B1B
RGB
CMYK
RGB Variations
Color information
#1E2B1B (or 0x1E2B1B) is known color: Myrtle. HEX triplet: 1E, 2B and 1B. RGB value is (30,43,27). Sum of RGB (Red+Green+Blue) = 30+43+27=100 (13% of max value = 765). Red value is 30 (12.11% from 255 or 30% from 100); Green value is 43 (17.19% from 255 or 43% from 100); Blue value is 27 (10.94% from 255 or 27% from 100); Max value from RGB is 43 - color contains mainly: green. Hex color #1E2B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2B1B is #E1D4E4. Grayscale: #252525. Windows color (decimal): -14800101 or 1780510. OLE color: 1780510.
HSL color Cylindrical-coordinate representation of color #1E2B1B: hue angle of 108.75º degrees, saturation: 0.23, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #1E2B1B is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 30 | 43 | 27 | - |
| CMYK | 0.30 | 0 | 0.37 | 0.83 |
| HSL | 108.75º | 0.23% | 0.14% | - |
| HSV(B) | 108.75º | 0.37% | 0.17% | - |
| XYZ | 1.6 | 2.08 | 1.35 | - |
| YUV | 37.29 | 122.19 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 43 | 27 | 0.30 | 0 | 0.37 | 0.83 | 108.75 | 0.23 | 0.14 |
| Hex | 1E | 2B | 1B | 1E | 0 | 25 | 53 | 6D | 17 | E |
| Octal | 36 | 53 | 33 | 36 | 0 | 45 | 123 | 155 | 27 | 16 |
| Binary | 11110 | 101011 | 11011 | 11110 | 0 | 100101 | 1010011 | 1101101 | 10111 | 1110 |
Color Harmonies of #1E2B1B
Complementary color
Monochromatic Colors of #1E2B1B
Black with #1E2B1B
Text Example
Text Example
White with #1E2B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2B1B; }
p { color: rgb(30,43,27); }
H1.HeaderClassName
{
color: #1E2B1B;
}
.AnyTagClassName
{
color: #1E2B1B;
}
</style>
background-color css
<style>
a { background-color: #1E2B1B; }
a { background-color: rgb(30,43,27); }
div.DivClassName
{
background-color: #1E2B1B;
}
.BgClassName
{
background-color: #1E2B1B;
}
</style>
border-color css
<style>
span { border-color: #1E2B1B; }
span { border-color: rgb(30,43,27); }
td.TdClassName
{
border-color: #1E2B1B;
}
.TagClassName
{
border-color: #1E2B1B;
}
</style>