Shades of Pine Tree #222C11
Tints of Pine Tree #222C11
RGB
CMYK
RGB Variations
Color information
#222C11 (or 0x222C11) is known color: Pine Tree. HEX triplet: 22, 2C and 11. RGB value is (34,44,17). Sum of RGB (Red+Green+Blue) = 34+44+17=95 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.79% from 95); Green value is 44 (17.58% from 255 or 46.32% from 95); Blue value is 17 (7.03% from 255 or 17.89% from 95); Max value from RGB is 44 - color contains mainly: green. Hex color #222C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222C11 is #DDD3EE. Grayscale: #262626. Windows color (decimal): -14537711 or 1125410. OLE color: 1125410.
HSL color Cylindrical-coordinate representation of color #222C11: hue angle of 82.22º degrees, saturation: 0.44, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #222C11 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 34 | 44 | 17 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.83 |
| HSL | 82.22º | 0.44% | 0.12% | - |
| HSV(B) | 82.22º | 0.61% | 0.17% | - |
| XYZ | 1.66 | 2.18 | 0.86 | - |
| YUV | 37.93 | 116.19 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 44 | 17 | 0.23 | 0 | 0.61 | 0.83 | 82.22 | 0.44 | 0.12 |
| Hex | 22 | 2C | 11 | 17 | 0 | 3D | 53 | 52 | 2C | C |
| Octal | 42 | 54 | 21 | 27 | 0 | 75 | 123 | 122 | 54 | 14 |
| Binary | 100010 | 101100 | 10001 | 10111 | 0 | 111101 | 1010011 | 1010010 | 101100 | 1100 |
Color Harmonies of #222C11
Complementary color
Monochromatic Colors of #222C11
Black with #222C11
Text Example
Text Example
White with #222C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222C11; }
p { color: rgb(34,44,17); }
H1.HeaderClassName
{
color: #222C11;
}
.AnyTagClassName
{
color: #222C11;
}
</style>
background-color css
<style>
a { background-color: #222C11; }
a { background-color: rgb(34,44,17); }
div.DivClassName
{
background-color: #222C11;
}
.BgClassName
{
background-color: #222C11;
}
</style>
border-color css
<style>
span { border-color: #222C11; }
span { border-color: rgb(34,44,17); }
td.TdClassName
{
border-color: #222C11;
}
.TagClassName
{
border-color: #222C11;
}
</style>