Shades of Myrtle #124202
Tints of Myrtle #124202
RGB
CMYK
RGB Variations
Color information
#124202 (or 0x124202) is known color: Myrtle. HEX triplet: 12, 42 and 02. RGB value is (18,66,2). Sum of RGB (Red+Green+Blue) = 18+66+2=86 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.93% from 86); Green value is 66 (26.17% from 255 or 76.74% from 86); Blue value is 2 (1.17% from 255 or 2.33% from 86); Max value from RGB is 66 - color contains mainly: green. Hex color #124202 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124202 is #EDBDFD. Grayscale: #2C2C2C. Windows color (decimal): -15580670 or 147986. OLE color: 147986.
HSL color Cylindrical-coordinate representation of color #124202: hue angle of 105º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #124202 is Cyan = 0.73, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 18 | 66 | 2 | - |
| CMYK | 0.73 | 0 | 0.97 | 0.74 |
| HSL | 105º | 0.94% | 0.13% | - |
| HSV(B) | 105º | 0.97% | 0.26% | - |
| XYZ | 2.21 | 4.03 | 0.72 | - |
| YUV | 44.35 | 104.1 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 66 | 2 | 0.73 | 0 | 0.97 | 0.74 | 105 | 0.94 | 0.13 |
| Hex | 12 | 42 | 2 | 49 | 0 | 61 | 4A | 69 | 5E | D |
| Octal | 22 | 102 | 2 | 111 | 0 | 141 | 112 | 151 | 136 | 15 |
| Binary | 10010 | 1000010 | 10 | 1001001 | 0 | 1100001 | 1001010 | 1101001 | 1011110 | 1101 |
Color Harmonies of #124202
Complementary color
Monochromatic Colors of #124202
Black with #124202
Text Example
Text Example
White with #124202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124202; }
p { color: rgb(18,66,2); }
H1.HeaderClassName
{
color: #124202;
}
.AnyTagClassName
{
color: #124202;
}
</style>
background-color css
<style>
a { background-color: #124202; }
a { background-color: rgb(18,66,2); }
div.DivClassName
{
background-color: #124202;
}
.BgClassName
{
background-color: #124202;
}
</style>
border-color css
<style>
span { border-color: #124202; }
span { border-color: rgb(18,66,2); }
td.TdClassName
{
border-color: #124202;
}
.TagClassName
{
border-color: #124202;
}
</style>