Shades of Myrtle #123A02
Tints of Myrtle #123A02
RGB
CMYK
RGB Variations
Color information
#123A02 (or 0x123A02) is known color: Myrtle. HEX triplet: 12, 3A and 02. RGB value is (18,58,2). Sum of RGB (Red+Green+Blue) = 18+58+2=78 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.08% from 78); Green value is 58 (23.05% from 255 or 74.36% from 78); Blue value is 2 (1.17% from 255 or 2.56% from 78); Max value from RGB is 58 - color contains mainly: green. Hex color #123A02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123A02 is #EDC5FD. Grayscale: #272727. Windows color (decimal): -15582718 or 145938. OLE color: 145938.
HSL color Cylindrical-coordinate representation of color #123A02: hue angle of 102.86º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #123A02 is Cyan = 0.69, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 18 | 58 | 2 | - |
| CMYK | 0.69 | 0 | 0.97 | 0.77 |
| HSL | 102.86º | 0.93% | 0.12% | - |
| HSV(B) | 102.86º | 0.97% | 0.23% | - |
| XYZ | 1.77 | 3.16 | 0.57 | - |
| YUV | 39.66 | 106.75 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 58 | 2 | 0.69 | 0 | 0.97 | 0.77 | 102.86 | 0.93 | 0.12 |
| Hex | 12 | 3A | 2 | 45 | 0 | 61 | 4D | 67 | 5D | C |
| Octal | 22 | 72 | 2 | 105 | 0 | 141 | 115 | 147 | 135 | 14 |
| Binary | 10010 | 111010 | 10 | 1000101 | 0 | 1100001 | 1001101 | 1100111 | 1011101 | 1100 |
Color Harmonies of #123A02
Complementary color
Monochromatic Colors of #123A02
Black with #123A02
Text Example
Text Example
White with #123A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123A02; }
p { color: rgb(18,58,2); }
H1.HeaderClassName
{
color: #123A02;
}
.AnyTagClassName
{
color: #123A02;
}
</style>
background-color css
<style>
a { background-color: #123A02; }
a { background-color: rgb(18,58,2); }
div.DivClassName
{
background-color: #123A02;
}
.BgClassName
{
background-color: #123A02;
}
</style>
border-color css
<style>
span { border-color: #123A02; }
span { border-color: rgb(18,58,2); }
td.TdClassName
{
border-color: #123A02;
}
.TagClassName
{
border-color: #123A02;
}
</style>