Shades of Myrtle #123000
Tints of Myrtle #123000
RGB
CMYK
RGB Variations
Color information
#123000 (or 0x123000) is known color: Myrtle. HEX triplet: 12, 30 and 00. RGB value is (18,48,0). Sum of RGB (Red+Green+Blue) = 18+48+0=66 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.27% from 66); Green value is 48 (19.14% from 255 or 72.73% from 66); Blue value is 0 (0.39% from 255 or 0% from 66); Max value from RGB is 48 - color contains mainly: green. Hex color #123000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123000 is #EDCFFF. Grayscale: #212121. Windows color (decimal): -15585280 or 12306. OLE color: 12306.
HSL color Cylindrical-coordinate representation of color #123000: hue angle of 97.5º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #123000 is Cyan = 0.63, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 18 | 48 | 0 | - |
| CMYK | 0.63 | 0 | 1 | 0.81 |
| HSL | 97.5º | 1% | 0.09% | - |
| HSV(B) | 97.5º | 1% | 0.19% | - |
| XYZ | 1.31 | 2.24 | 0.36 | - |
| YUV | 33.56 | 109.06 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 48 | 0 | 0.63 | 0 | 1 | 0.81 | 97.5 | 1 | 0.09 |
| Hex | 12 | 30 | 0 | 3F | 0 | 64 | 51 | 62 | 64 | 9 |
| Octal | 22 | 60 | 0 | 77 | 0 | 144 | 121 | 142 | 144 | 11 |
| Binary | 10010 | 110000 | 0 | 111111 | 0 | 1100100 | 1010001 | 1100010 | 1100100 | 1001 |
Color Harmonies of #123000
Complementary color
Monochromatic Colors of #123000
Black with #123000
Text Example
Text Example
White with #123000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123000; }
p { color: rgb(18,48,0); }
H1.HeaderClassName
{
color: #123000;
}
.AnyTagClassName
{
color: #123000;
}
</style>
background-color css
<style>
a { background-color: #123000; }
a { background-color: rgb(18,48,0); }
div.DivClassName
{
background-color: #123000;
}
.BgClassName
{
background-color: #123000;
}
</style>
border-color css
<style>
span { border-color: #123000; }
span { border-color: rgb(18,48,0); }
td.TdClassName
{
border-color: #123000;
}
.TagClassName
{
border-color: #123000;
}
</style>