Shades of Myrtle #022D06
Tints of Myrtle #022D06
RGB
CMYK
RGB Variations
Color information
#022D06 (or 0x022D06) is known color: Myrtle. HEX triplet: 02, 2D and 06. RGB value is (2,45,6). Sum of RGB (Red+Green+Blue) = 2+45+6=53 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.77% from 53); Green value is 45 (17.97% from 255 or 84.91% from 53); Blue value is 6 (2.73% from 255 or 11.32% from 53); Max value from RGB is 45 - color contains mainly: green. Hex color #022D06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022D06 is #FDD2F9. Grayscale: #1B1B1B. Windows color (decimal): -16634618 or 404738. OLE color: 404738.
HSL color Cylindrical-coordinate representation of color #022D06: hue angle of 125.58º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #022D06 is Cyan = 0.96, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 2 | 45 | 6 | - |
| CMYK | 0.96 | 0 | 0.87 | 0.82 |
| HSL | 125.58º | 0.91% | 0.09% | - |
| HSV(B) | 125.58º | 0.96% | 0.18% | - |
| XYZ | 1 | 1.9 | 0.49 | - |
| YUV | 27.7 | 115.75 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 45 | 6 | 0.96 | 0 | 0.87 | 0.82 | 125.58 | 0.91 | 0.09 |
| Hex | 2 | 2D | 6 | 60 | 0 | 57 | 52 | 7E | 5B | 9 |
| Octal | 2 | 55 | 6 | 140 | 0 | 127 | 122 | 176 | 133 | 11 |
| Binary | 10 | 101101 | 110 | 1100000 | 0 | 1010111 | 1010010 | 1111110 | 1011011 | 1001 |
Color Harmonies of #022D06
Complementary color
Monochromatic Colors of #022D06
Black with #022D06
Text Example
Text Example
White with #022D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022D06; }
p { color: rgb(2,45,6); }
H1.HeaderClassName
{
color: #022D06;
}
.AnyTagClassName
{
color: #022D06;
}
</style>
background-color css
<style>
a { background-color: #022D06; }
a { background-color: rgb(2,45,6); }
div.DivClassName
{
background-color: #022D06;
}
.BgClassName
{
background-color: #022D06;
}
</style>
border-color css
<style>
span { border-color: #022D06; }
span { border-color: rgb(2,45,6); }
td.TdClassName
{
border-color: #022D06;
}
.TagClassName
{
border-color: #022D06;
}
</style>