Shades of Myrtle #182E0E
Tints of Myrtle #182E0E
RGB
CMYK
RGB Variations
Color information
#182E0E (or 0x182E0E) is known color: Myrtle. HEX triplet: 18, 2E and 0E. RGB value is (24,46,14). Sum of RGB (Red+Green+Blue) = 24+46+14=84 (11% of max value = 765). Red value is 24 (9.77% from 255 or 28.57% from 84); Green value is 46 (18.36% from 255 or 54.76% from 84); Blue value is 14 (5.86% from 255 or 16.67% from 84); Max value from RGB is 46 - color contains mainly: green. Hex color #182E0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182E0E is #E7D1F1. Grayscale: #232323. Windows color (decimal): -15192562 or 929304. OLE color: 929304.
HSL color Cylindrical-coordinate representation of color #182E0E: hue angle of 101.25º degrees, saturation: 0.53, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #182E0E is Cyan = 0.48, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 24 | 46 | 14 | - |
| CMYK | 0.48 | 0 | 0.70 | 0.82 |
| HSL | 101.25º | 0.53% | 0.12% | - |
| HSV(B) | 101.25º | 0.7% | 0.18% | - |
| XYZ | 1.43 | 2.18 | 0.76 | - |
| YUV | 35.77 | 115.71 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 46 | 14 | 0.48 | 0 | 0.70 | 0.82 | 101.25 | 0.53 | 0.12 |
| Hex | 18 | 2E | E | 30 | 0 | 46 | 52 | 65 | 35 | C |
| Octal | 30 | 56 | 16 | 60 | 0 | 106 | 122 | 145 | 65 | 14 |
| Binary | 11000 | 101110 | 1110 | 110000 | 0 | 1000110 | 1010010 | 1100101 | 110101 | 1100 |
Color Harmonies of #182E0E
Complementary color
Monochromatic Colors of #182E0E
Black with #182E0E
Text Example
Text Example
White with #182E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182E0E; }
p { color: rgb(24,46,14); }
H1.HeaderClassName
{
color: #182E0E;
}
.AnyTagClassName
{
color: #182E0E;
}
</style>
background-color css
<style>
a { background-color: #182E0E; }
a { background-color: rgb(24,46,14); }
div.DivClassName
{
background-color: #182E0E;
}
.BgClassName
{
background-color: #182E0E;
}
</style>
border-color css
<style>
span { border-color: #182E0E; }
span { border-color: rgb(24,46,14); }
td.TdClassName
{
border-color: #182E0E;
}
.TagClassName
{
border-color: #182E0E;
}
</style>