Shades of Myrtle #122F01
Tints of Myrtle #122F01
RGB
CMYK
RGB Variations
Color information
#122F01 (or 0x122F01) is known color: Myrtle. HEX triplet: 12, 2F and 01. RGB value is (18,47,1). Sum of RGB (Red+Green+Blue) = 18+47+1=66 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.27% from 66); Green value is 47 (18.75% from 255 or 71.21% from 66); Blue value is 1 (0.78% from 255 or 1.52% from 66); Max value from RGB is 47 - color contains mainly: green. Hex color #122F01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122F01 is #EDD0FE. Grayscale: #212121. Windows color (decimal): -15585535 or 77586. OLE color: 77586.
HSL color Cylindrical-coordinate representation of color #122F01: hue angle of 97.83º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #122F01 is Cyan = 0.62, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 47 | 1 | - |
| CMYK | 0.62 | 0 | 0.98 | 0.82 |
| HSL | 97.83º | 0.96% | 0.09% | - |
| HSV(B) | 97.83º | 0.98% | 0.18% | - |
| XYZ | 1.27 | 2.16 | 0.38 | - |
| YUV | 33.09 | 109.89 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 47 | 1 | 0.62 | 0 | 0.98 | 0.82 | 97.83 | 0.96 | 0.09 |
| Hex | 12 | 2F | 1 | 3E | 0 | 62 | 52 | 62 | 60 | 9 |
| Octal | 22 | 57 | 1 | 76 | 0 | 142 | 122 | 142 | 140 | 11 |
| Binary | 10010 | 101111 | 1 | 111110 | 0 | 1100010 | 1010010 | 1100010 | 1100000 | 1001 |
Color Harmonies of #122F01
Complementary color
Monochromatic Colors of #122F01
Black with #122F01
Text Example
Text Example
White with #122F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122F01; }
p { color: rgb(18,47,1); }
H1.HeaderClassName
{
color: #122F01;
}
.AnyTagClassName
{
color: #122F01;
}
</style>
background-color css
<style>
a { background-color: #122F01; }
a { background-color: rgb(18,47,1); }
div.DivClassName
{
background-color: #122F01;
}
.BgClassName
{
background-color: #122F01;
}
</style>
border-color css
<style>
span { border-color: #122F01; }
span { border-color: rgb(18,47,1); }
td.TdClassName
{
border-color: #122F01;
}
.TagClassName
{
border-color: #122F01;
}
</style>