Shades of Myrtle #222F22
Tints of Myrtle #222F22
RGB
CMYK
RGB Variations
Color information
#222F22 (or 0x222F22) is known color: Myrtle. HEX triplet: 22, 2F and 22. RGB value is (34,47,34). Sum of RGB (Red+Green+Blue) = 34+47+34=115 (15% of max value = 765). Red value is 34 (13.67% from 255 or 29.57% from 115); Green value is 47 (18.75% from 255 or 40.87% from 115); Blue value is 34 (13.67% from 255 or 29.57% from 115); Max value from RGB is 47 - color contains mainly: green. Hex color #222F22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222F22 is #DDD0DD. Grayscale: #292929. Windows color (decimal): -14536926 or 2240290. OLE color: 2240290.
HSL color Cylindrical-coordinate representation of color #222F22: hue angle of 120º degrees, saturation: 0.16, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #222F22 is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 34 | 47 | 34 | - |
| CMYK | 0.28 | 0 | 0.28 | 0.82 |
| HSL | 120º | 0.16% | 0.16% | - |
| HSV(B) | 120º | 0.28% | 0.18% | - |
| XYZ | 1.96 | 2.49 | 1.89 | - |
| YUV | 41.63 | 123.69 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 47 | 34 | 0.28 | 0 | 0.28 | 0.82 | 120 | 0.16 | 0.16 |
| Hex | 22 | 2F | 22 | 1C | 0 | 1C | 52 | 78 | 10 | 10 |
| Octal | 42 | 57 | 42 | 34 | 0 | 34 | 122 | 170 | 20 | 20 |
| Binary | 100010 | 101111 | 100010 | 11100 | 0 | 11100 | 1010010 | 1111000 | 10000 | 10000 |
Color Harmonies of #222F22
Complementary color
Monochromatic Colors of #222F22
Black with #222F22
Text Example
Text Example
White with #222F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222F22; }
p { color: rgb(34,47,34); }
H1.HeaderClassName
{
color: #222F22;
}
.AnyTagClassName
{
color: #222F22;
}
</style>
background-color css
<style>
a { background-color: #222F22; }
a { background-color: rgb(34,47,34); }
div.DivClassName
{
background-color: #222F22;
}
.BgClassName
{
background-color: #222F22;
}
</style>
border-color css
<style>
span { border-color: #222F22; }
span { border-color: rgb(34,47,34); }
td.TdClassName
{
border-color: #222F22;
}
.TagClassName
{
border-color: #222F22;
}
</style>