Shades of Myrtle #122F02
Tints of Myrtle #122F02
RGB
CMYK
RGB Variations
Color information
#122F02 (or 0x122F02) is known color: Myrtle. HEX triplet: 12, 2F and 02. RGB value is (18,47,2). Sum of RGB (Red+Green+Blue) = 18+47+2=67 (8% of max value = 765). Red value is 18 (7.42% from 255 or 26.87% from 67); Green value is 47 (18.75% from 255 or 70.15% from 67); Blue value is 2 (1.17% from 255 or 2.99% from 67); Max value from RGB is 47 - color contains mainly: green. Hex color #122F02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122F02 is #EDD0FD. Grayscale: #212121. Windows color (decimal): -15585534 or 143122. OLE color: 143122.
HSL color Cylindrical-coordinate representation of color #122F02: hue angle of 98.67º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #122F02 is Cyan = 0.62, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 47 | 2 | - |
| CMYK | 0.62 | 0 | 0.96 | 0.82 |
| HSL | 98.67º | 0.92% | 0.1% | - |
| HSV(B) | 98.67º | 0.96% | 0.18% | - |
| XYZ | 1.28 | 2.17 | 0.41 | - |
| YUV | 33.2 | 110.39 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 47 | 2 | 0.62 | 0 | 0.96 | 0.82 | 98.67 | 0.92 | 0.1 |
| Hex | 12 | 2F | 2 | 3E | 0 | 60 | 52 | 63 | 5C | A |
| Octal | 22 | 57 | 2 | 76 | 0 | 140 | 122 | 143 | 134 | 12 |
| Binary | 10010 | 101111 | 10 | 111110 | 0 | 1100000 | 1010010 | 1100011 | 1011100 | 1010 |
Color Harmonies of #122F02
Complementary color
Monochromatic Colors of #122F02
Black with #122F02
Text Example
Text Example
White with #122F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122F02; }
p { color: rgb(18,47,2); }
H1.HeaderClassName
{
color: #122F02;
}
.AnyTagClassName
{
color: #122F02;
}
</style>
background-color css
<style>
a { background-color: #122F02; }
a { background-color: rgb(18,47,2); }
div.DivClassName
{
background-color: #122F02;
}
.BgClassName
{
background-color: #122F02;
}
</style>
border-color css
<style>
span { border-color: #122F02; }
span { border-color: rgb(18,47,2); }
td.TdClassName
{
border-color: #122F02;
}
.TagClassName
{
border-color: #122F02;
}
</style>