Shades of Myrtle #182A13
Tints of Myrtle #182A13
RGB
CMYK
RGB Variations
Color information
#182A13 (or 0x182A13) is known color: Myrtle. HEX triplet: 18, 2A and 13. RGB value is (24,42,19). Sum of RGB (Red+Green+Blue) = 24+42+19=85 (11% of max value = 765). Red value is 24 (9.77% from 255 or 28.24% from 85); Green value is 42 (16.80% from 255 or 49.41% from 85); Blue value is 19 (7.81% from 255 or 22.35% from 85); Max value from RGB is 42 - color contains mainly: green. Hex color #182A13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182A13 is #E7D5EC. Grayscale: #222222. Windows color (decimal): -15193581 or 1255960. OLE color: 1255960.
HSL color Cylindrical-coordinate representation of color #182A13: hue angle of 106.96º degrees, saturation: 0.38, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #182A13 is Cyan = 0.43, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 24 | 42 | 19 | - |
| CMYK | 0.43 | 0 | 0.55 | 0.84 |
| HSL | 106.96º | 0.38% | 0.12% | - |
| HSV(B) | 106.96º | 0.55% | 0.16% | - |
| XYZ | 1.32 | 1.9 | 0.91 | - |
| YUV | 34 | 119.54 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 42 | 19 | 0.43 | 0 | 0.55 | 0.84 | 106.96 | 0.38 | 0.12 |
| Hex | 18 | 2A | 13 | 2B | 0 | 37 | 54 | 6B | 26 | C |
| Octal | 30 | 52 | 23 | 53 | 0 | 67 | 124 | 153 | 46 | 14 |
| Binary | 11000 | 101010 | 10011 | 101011 | 0 | 110111 | 1010100 | 1101011 | 100110 | 1100 |
Color Harmonies of #182A13
Complementary color
Monochromatic Colors of #182A13
Black with #182A13
Text Example
Text Example
White with #182A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182A13; }
p { color: rgb(24,42,19); }
H1.HeaderClassName
{
color: #182A13;
}
.AnyTagClassName
{
color: #182A13;
}
</style>
background-color css
<style>
a { background-color: #182A13; }
a { background-color: rgb(24,42,19); }
div.DivClassName
{
background-color: #182A13;
}
.BgClassName
{
background-color: #182A13;
}
</style>
border-color css
<style>
span { border-color: #182A13; }
span { border-color: rgb(24,42,19); }
td.TdClassName
{
border-color: #182A13;
}
.TagClassName
{
border-color: #182A13;
}
</style>