Shades of Pine Tree #222A13
Tints of Pine Tree #222A13
RGB
CMYK
RGB Variations
Color information
#222A13 (or 0x222A13) is known color: Pine Tree. HEX triplet: 22, 2A and 13. RGB value is (34,42,19). Sum of RGB (Red+Green+Blue) = 34+42+19=95 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.79% from 95); Green value is 42 (16.80% from 255 or 44.21% from 95); Blue value is 19 (7.81% from 255 or 20% from 95); Max value from RGB is 42 - color contains mainly: green. Hex color #222A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222A13 is #DDD5EC. Grayscale: #252525. Windows color (decimal): -14538221 or 1255970. OLE color: 1255970.
HSL color Cylindrical-coordinate representation of color #222A13: hue angle of 80.87º degrees, saturation: 0.38, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #222A13 is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 34 | 42 | 19 | - |
| CMYK | 0.19 | 0 | 0.55 | 0.84 |
| HSL | 80.87º | 0.38% | 0.12% | - |
| HSV(B) | 80.87º | 0.55% | 0.16% | - |
| XYZ | 1.61 | 2.04 | 0.93 | - |
| YUV | 36.99 | 117.85 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 42 | 19 | 0.19 | 0 | 0.55 | 0.84 | 80.87 | 0.38 | 0.12 |
| Hex | 22 | 2A | 13 | 13 | 0 | 37 | 54 | 51 | 26 | C |
| Octal | 42 | 52 | 23 | 23 | 0 | 67 | 124 | 121 | 46 | 14 |
| Binary | 100010 | 101010 | 10011 | 10011 | 0 | 110111 | 1010100 | 1010001 | 100110 | 1100 |
Color Harmonies of #222A13
Complementary color
Monochromatic Colors of #222A13
Black with #222A13
Text Example
Text Example
White with #222A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222A13; }
p { color: rgb(34,42,19); }
H1.HeaderClassName
{
color: #222A13;
}
.AnyTagClassName
{
color: #222A13;
}
</style>
background-color css
<style>
a { background-color: #222A13; }
a { background-color: rgb(34,42,19); }
div.DivClassName
{
background-color: #222A13;
}
.BgClassName
{
background-color: #222A13;
}
</style>
border-color css
<style>
span { border-color: #222A13; }
span { border-color: rgb(34,42,19); }
td.TdClassName
{
border-color: #222A13;
}
.TagClassName
{
border-color: #222A13;
}
</style>