Shades of Myrtle #182C15
Tints of Myrtle #182C15
RGB
CMYK
RGB Variations
Color information
#182C15 (or 0x182C15) is known color: Myrtle. HEX triplet: 18, 2C and 15. RGB value is (24,44,21). Sum of RGB (Red+Green+Blue) = 24+44+21=89 (11% of max value = 765). Red value is 24 (9.77% from 255 or 26.97% from 89); Green value is 44 (17.58% from 255 or 49.44% from 89); Blue value is 21 (8.59% from 255 or 23.60% from 89); Max value from RGB is 44 - color contains mainly: green. Hex color #182C15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182C15 is #E7D3EA. Grayscale: #232323. Windows color (decimal): -15193067 or 1387544. OLE color: 1387544.
HSL color Cylindrical-coordinate representation of color #182C15: hue angle of 112.17º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #182C15 is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 24 | 44 | 21 | - |
| CMYK | 0.45 | 0 | 0.52 | 0.83 |
| HSL | 112.17º | 0.35% | 0.13% | - |
| HSV(B) | 112.17º | 0.52% | 0.17% | - |
| XYZ | 1.41 | 2.05 | 1.03 | - |
| YUV | 35.4 | 119.87 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 44 | 21 | 0.45 | 0 | 0.52 | 0.83 | 112.17 | 0.35 | 0.13 |
| Hex | 18 | 2C | 15 | 2D | 0 | 34 | 53 | 70 | 23 | D |
| Octal | 30 | 54 | 25 | 55 | 0 | 64 | 123 | 160 | 43 | 15 |
| Binary | 11000 | 101100 | 10101 | 101101 | 0 | 110100 | 1010011 | 1110000 | 100011 | 1101 |
Color Harmonies of #182C15
Complementary color
Monochromatic Colors of #182C15
Black with #182C15
Text Example
Text Example
White with #182C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182C15; }
p { color: rgb(24,44,21); }
H1.HeaderClassName
{
color: #182C15;
}
.AnyTagClassName
{
color: #182C15;
}
</style>
background-color css
<style>
a { background-color: #182C15; }
a { background-color: rgb(24,44,21); }
div.DivClassName
{
background-color: #182C15;
}
.BgClassName
{
background-color: #182C15;
}
</style>
border-color css
<style>
span { border-color: #182C15; }
span { border-color: rgb(24,44,21); }
td.TdClassName
{
border-color: #182C15;
}
.TagClassName
{
border-color: #182C15;
}
</style>