Shades of Pine Tree #222A1A
Tints of Pine Tree #222A1A
RGB
CMYK
RGB Variations
Color information
#222A1A (or 0x222A1A) is known color: Pine Tree. HEX triplet: 22, 2A and 1A. RGB value is (34,42,26). Sum of RGB (Red+Green+Blue) = 34+42+26=102 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.33% from 102); Green value is 42 (16.80% from 255 or 41.18% from 102); Blue value is 26 (10.55% from 255 or 25.49% from 102); Max value from RGB is 42 - color contains mainly: green. Hex color #222A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222A1A is #DDD5E5. Grayscale: #252525. Windows color (decimal): -14538214 or 1714722. OLE color: 1714722.
HSL color Cylindrical-coordinate representation of color #222A1A: hue angle of 90º degrees, saturation: 0.24, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #222A1A is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 34 | 42 | 26 | - |
| CMYK | 0.19 | 0 | 0.38 | 0.84 |
| HSL | 90º | 0.24% | 0.13% | - |
| HSV(B) | 90º | 0.38% | 0.16% | - |
| XYZ | 1.67 | 2.07 | 1.29 | - |
| YUV | 37.78 | 121.35 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 42 | 26 | 0.19 | 0 | 0.38 | 0.84 | 90 | 0.24 | 0.13 |
| Hex | 22 | 2A | 1A | 13 | 0 | 26 | 54 | 5A | 18 | D |
| Octal | 42 | 52 | 32 | 23 | 0 | 46 | 124 | 132 | 30 | 15 |
| Binary | 100010 | 101010 | 11010 | 10011 | 0 | 100110 | 1010100 | 1011010 | 11000 | 1101 |
Color Harmonies of #222A1A
Complementary color
Monochromatic Colors of #222A1A
Black with #222A1A
Text Example
Text Example
White with #222A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222A1A; }
p { color: rgb(34,42,26); }
H1.HeaderClassName
{
color: #222A1A;
}
.AnyTagClassName
{
color: #222A1A;
}
</style>
background-color css
<style>
a { background-color: #222A1A; }
a { background-color: rgb(34,42,26); }
div.DivClassName
{
background-color: #222A1A;
}
.BgClassName
{
background-color: #222A1A;
}
</style>
border-color css
<style>
span { border-color: #222A1A; }
span { border-color: rgb(34,42,26); }
td.TdClassName
{
border-color: #222A1A;
}
.TagClassName
{
border-color: #222A1A;
}
</style>