Shades of Myrtle #182B12
Tints of Myrtle #182B12
RGB
CMYK
RGB Variations
Color information
#182B12 (or 0x182B12) is known color: Myrtle. HEX triplet: 18, 2B and 12. RGB value is (24,43,18). Sum of RGB (Red+Green+Blue) = 24+43+18=85 (11% of max value = 765). Red value is 24 (9.77% from 255 or 28.24% from 85); Green value is 43 (17.19% from 255 or 50.59% from 85); Blue value is 18 (7.42% from 255 or 21.18% from 85); Max value from RGB is 43 - color contains mainly: green. Hex color #182B12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182B12 is #E7D4ED. Grayscale: #222222. Windows color (decimal): -15193326 or 1190680. OLE color: 1190680.
HSL color Cylindrical-coordinate representation of color #182B12: hue angle of 105.6º degrees, saturation: 0.41, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #182B12 is Cyan = 0.44, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 24 | 43 | 18 | - |
| CMYK | 0.44 | 0 | 0.58 | 0.83 |
| HSL | 105.6º | 0.41% | 0.12% | - |
| HSV(B) | 105.6º | 0.58% | 0.17% | - |
| XYZ | 1.35 | 1.97 | 0.88 | - |
| YUV | 34.47 | 118.71 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 43 | 18 | 0.44 | 0 | 0.58 | 0.83 | 105.6 | 0.41 | 0.12 |
| Hex | 18 | 2B | 12 | 2C | 0 | 3A | 53 | 6A | 29 | C |
| Octal | 30 | 53 | 22 | 54 | 0 | 72 | 123 | 152 | 51 | 14 |
| Binary | 11000 | 101011 | 10010 | 101100 | 0 | 111010 | 1010011 | 1101010 | 101001 | 1100 |
Color Harmonies of #182B12
Complementary color
Monochromatic Colors of #182B12
Black with #182B12
Text Example
Text Example
White with #182B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182B12; }
p { color: rgb(24,43,18); }
H1.HeaderClassName
{
color: #182B12;
}
.AnyTagClassName
{
color: #182B12;
}
</style>
background-color css
<style>
a { background-color: #182B12; }
a { background-color: rgb(24,43,18); }
div.DivClassName
{
background-color: #182B12;
}
.BgClassName
{
background-color: #182B12;
}
</style>
border-color css
<style>
span { border-color: #182B12; }
span { border-color: rgb(24,43,18); }
td.TdClassName
{
border-color: #182B12;
}
.TagClassName
{
border-color: #182B12;
}
</style>