Shades of Myrtle #222F21
Tints of Myrtle #222F21
RGB
CMYK
RGB Variations
Color information
#222F21 (or 0x222F21) is known color: Myrtle. HEX triplet: 22, 2F and 21. RGB value is (34,47,33). Sum of RGB (Red+Green+Blue) = 34+47+33=114 (15% of max value = 765). Red value is 34 (13.67% from 255 or 29.82% from 114); Green value is 47 (18.75% from 255 or 41.23% from 114); Blue value is 33 (13.28% from 255 or 28.95% from 114); Max value from RGB is 47 - color contains mainly: green. Hex color #222F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222F21 is #DDD0DE. Grayscale: #292929. Windows color (decimal): -14536927 or 2174754. OLE color: 2174754.
HSL color Cylindrical-coordinate representation of color #222F21: hue angle of 115.71º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #222F21 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 34 | 47 | 33 | - |
| CMYK | 0.28 | 0 | 0.30 | 0.82 |
| HSL | 115.71º | 0.18% | 0.16% | - |
| HSV(B) | 115.71º | 0.3% | 0.18% | - |
| XYZ | 1.95 | 2.48 | 1.82 | - |
| YUV | 41.52 | 123.19 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 47 | 33 | 0.28 | 0 | 0.30 | 0.82 | 115.71 | 0.18 | 0.16 |
| Hex | 22 | 2F | 21 | 1C | 0 | 1E | 52 | 74 | 12 | 10 |
| Octal | 42 | 57 | 41 | 34 | 0 | 36 | 122 | 164 | 22 | 20 |
| Binary | 100010 | 101111 | 100001 | 11100 | 0 | 11110 | 1010010 | 1110100 | 10010 | 10000 |
Color Harmonies of #222F21
Complementary color
Monochromatic Colors of #222F21
Black with #222F21
Text Example
Text Example
White with #222F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222F21; }
p { color: rgb(34,47,33); }
H1.HeaderClassName
{
color: #222F21;
}
.AnyTagClassName
{
color: #222F21;
}
</style>
background-color css
<style>
a { background-color: #222F21; }
a { background-color: rgb(34,47,33); }
div.DivClassName
{
background-color: #222F21;
}
.BgClassName
{
background-color: #222F21;
}
</style>
border-color css
<style>
span { border-color: #222F21; }
span { border-color: rgb(34,47,33); }
td.TdClassName
{
border-color: #222F21;
}
.TagClassName
{
border-color: #222F21;
}
</style>