Shades of Myrtle #12300B
Tints of Myrtle #12300B
RGB
CMYK
RGB Variations
Color information
#12300B (or 0x12300B) is known color: Myrtle. HEX triplet: 12, 30 and 0B. RGB value is (18,48,11). Sum of RGB (Red+Green+Blue) = 18+48+11=77 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.38% from 77); Green value is 48 (19.14% from 255 or 62.34% from 77); Blue value is 11 (4.69% from 255 or 14.29% from 77); Max value from RGB is 48 - color contains mainly: green. Hex color #12300B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12300B is #EDCFF4. Grayscale: #222222. Windows color (decimal): -15585269 or 733202. OLE color: 733202.
HSL color Cylindrical-coordinate representation of color #12300B: hue angle of 108.65º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12300B is Cyan = 0.63, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 18 | 48 | 11 | - |
| CMYK | 0.63 | 0 | 0.77 | 0.81 |
| HSL | 108.65º | 0.63% | 0.12% | - |
| HSV(B) | 108.65º | 0.77% | 0.19% | - |
| XYZ | 1.37 | 2.27 | 0.68 | - |
| YUV | 34.81 | 114.56 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 48 | 11 | 0.63 | 0 | 0.77 | 0.81 | 108.65 | 0.63 | 0.12 |
| Hex | 12 | 30 | B | 3F | 0 | 4D | 51 | 6D | 3F | C |
| Octal | 22 | 60 | 13 | 77 | 0 | 115 | 121 | 155 | 77 | 14 |
| Binary | 10010 | 110000 | 1011 | 111111 | 0 | 1001101 | 1010001 | 1101101 | 111111 | 1100 |
Color Harmonies of #12300B
Complementary color
Monochromatic Colors of #12300B
Black with #12300B
Text Example
Text Example
White with #12300B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12300B; }
p { color: rgb(18,48,11); }
H1.HeaderClassName
{
color: #12300B;
}
.AnyTagClassName
{
color: #12300B;
}
</style>
background-color css
<style>
a { background-color: #12300B; }
a { background-color: rgb(18,48,11); }
div.DivClassName
{
background-color: #12300B;
}
.BgClassName
{
background-color: #12300B;
}
</style>
border-color css
<style>
span { border-color: #12300B; }
span { border-color: rgb(18,48,11); }
td.TdClassName
{
border-color: #12300B;
}
.TagClassName
{
border-color: #12300B;
}
</style>