Shades of Myrtle #122D03
Tints of Myrtle #122D03
RGB
CMYK
RGB Variations
Color information
#122D03 (or 0x122D03) is known color: Myrtle. HEX triplet: 12, 2D and 03. RGB value is (18,45,3). Sum of RGB (Red+Green+Blue) = 18+45+3=66 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.27% from 66); Green value is 45 (17.97% from 255 or 68.18% from 66); Blue value is 3 (1.56% from 255 or 4.55% from 66); Max value from RGB is 45 - color contains mainly: green. Hex color #122D03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122D03 is #EDD2FC. Grayscale: #202020. Windows color (decimal): -15586045 or 208146. OLE color: 208146.
HSL color Cylindrical-coordinate representation of color #122D03: hue angle of 98.57º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #122D03 is Cyan = 0.6, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 45 | 3 | - |
| CMYK | 0.6 | 0 | 0.93 | 0.82 |
| HSL | 98.57º | 0.88% | 0.09% | - |
| HSV(B) | 98.57º | 0.93% | 0.18% | - |
| XYZ | 1.2 | 2.01 | 0.41 | - |
| YUV | 32.14 | 111.55 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 45 | 3 | 0.6 | 0 | 0.93 | 0.82 | 98.57 | 0.88 | 0.09 |
| Hex | 12 | 2D | 3 | 3C | 0 | 5D | 52 | 63 | 58 | 9 |
| Octal | 22 | 55 | 3 | 74 | 0 | 135 | 122 | 143 | 130 | 11 |
| Binary | 10010 | 101101 | 11 | 111100 | 0 | 1011101 | 1010010 | 1100011 | 1011000 | 1001 |
Color Harmonies of #122D03
Complementary color
Monochromatic Colors of #122D03
Black with #122D03
Text Example
Text Example
White with #122D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122D03; }
p { color: rgb(18,45,3); }
H1.HeaderClassName
{
color: #122D03;
}
.AnyTagClassName
{
color: #122D03;
}
</style>
background-color css
<style>
a { background-color: #122D03; }
a { background-color: rgb(18,45,3); }
div.DivClassName
{
background-color: #122D03;
}
.BgClassName
{
background-color: #122D03;
}
</style>
border-color css
<style>
span { border-color: #122D03; }
span { border-color: rgb(18,45,3); }
td.TdClassName
{
border-color: #122D03;
}
.TagClassName
{
border-color: #122D03;
}
</style>