Shades of Myrtle #12300D
Tints of Myrtle #12300D
RGB
CMYK
RGB Variations
Color information
#12300D (or 0x12300D) is known color: Myrtle. HEX triplet: 12, 30 and 0D. RGB value is (18,48,13). Sum of RGB (Red+Green+Blue) = 18+48+13=79 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.78% from 79); Green value is 48 (19.14% from 255 or 60.76% from 79); Blue value is 13 (5.47% from 255 or 16.46% from 79); Max value from RGB is 48 - color contains mainly: green. Hex color #12300D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12300D is #EDCFF2. Grayscale: #232323. Windows color (decimal): -15585267 or 864274. OLE color: 864274.
HSL color Cylindrical-coordinate representation of color #12300D: hue angle of 111.43º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #12300D is Cyan = 0.63, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 18 | 48 | 13 | - |
| CMYK | 0.63 | 0 | 0.73 | 0.81 |
| HSL | 111.43º | 0.57% | 0.12% | - |
| HSV(B) | 111.43º | 0.73% | 0.19% | - |
| XYZ | 1.38 | 2.27 | 0.75 | - |
| YUV | 35.04 | 115.56 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 48 | 13 | 0.63 | 0 | 0.73 | 0.81 | 111.43 | 0.57 | 0.12 |
| Hex | 12 | 30 | D | 3F | 0 | 49 | 51 | 6F | 39 | C |
| Octal | 22 | 60 | 15 | 77 | 0 | 111 | 121 | 157 | 71 | 14 |
| Binary | 10010 | 110000 | 1101 | 111111 | 0 | 1001001 | 1010001 | 1101111 | 111001 | 1100 |
Color Harmonies of #12300D
Complementary color
Monochromatic Colors of #12300D
Black with #12300D
Text Example
Text Example
White with #12300D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12300D; }
p { color: rgb(18,48,13); }
H1.HeaderClassName
{
color: #12300D;
}
.AnyTagClassName
{
color: #12300D;
}
</style>
background-color css
<style>
a { background-color: #12300D; }
a { background-color: rgb(18,48,13); }
div.DivClassName
{
background-color: #12300D;
}
.BgClassName
{
background-color: #12300D;
}
</style>
border-color css
<style>
span { border-color: #12300D; }
span { border-color: rgb(18,48,13); }
td.TdClassName
{
border-color: #12300D;
}
.TagClassName
{
border-color: #12300D;
}
</style>