Shades of Myrtle #122E08
Tints of Myrtle #122E08
RGB
CMYK
RGB Variations
Color information
#122E08 (or 0x122E08) is known color: Myrtle. HEX triplet: 12, 2E and 08. RGB value is (18,46,8). Sum of RGB (Red+Green+Blue) = 18+46+8=72 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25% from 72); Green value is 46 (18.36% from 255 or 63.89% from 72); Blue value is 8 (3.52% from 255 or 11.11% from 72); Max value from RGB is 46 - color contains mainly: green. Hex color #122E08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122E08 is #EDD1F7. Grayscale: #212121. Windows color (decimal): -15585784 or 536082. OLE color: 536082.
HSL color Cylindrical-coordinate representation of color #122E08: hue angle of 104.21º degrees, saturation: 0.7, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #122E08 is Cyan = 0.61, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 46 | 8 | - |
| CMYK | 0.61 | 0 | 0.83 | 0.82 |
| HSL | 104.21º | 0.7% | 0.11% | - |
| HSV(B) | 104.21º | 0.83% | 0.18% | - |
| XYZ | 1.27 | 2.1 | 0.57 | - |
| YUV | 33.3 | 113.72 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 46 | 8 | 0.61 | 0 | 0.83 | 0.82 | 104.21 | 0.7 | 0.11 |
| Hex | 12 | 2E | 8 | 3D | 0 | 53 | 52 | 68 | 46 | B |
| Octal | 22 | 56 | 10 | 75 | 0 | 123 | 122 | 150 | 106 | 13 |
| Binary | 10010 | 101110 | 1000 | 111101 | 0 | 1010011 | 1010010 | 1101000 | 1000110 | 1011 |
Color Harmonies of #122E08
Complementary color
Monochromatic Colors of #122E08
Black with #122E08
Text Example
Text Example
White with #122E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122E08; }
p { color: rgb(18,46,8); }
H1.HeaderClassName
{
color: #122E08;
}
.AnyTagClassName
{
color: #122E08;
}
</style>
background-color css
<style>
a { background-color: #122E08; }
a { background-color: rgb(18,46,8); }
div.DivClassName
{
background-color: #122E08;
}
.BgClassName
{
background-color: #122E08;
}
</style>
border-color css
<style>
span { border-color: #122E08; }
span { border-color: rgb(18,46,8); }
td.TdClassName
{
border-color: #122E08;
}
.TagClassName
{
border-color: #122E08;
}
</style>