Shades of Pine Tree #222C15
Tints of Pine Tree #222C15
RGB
CMYK
RGB Variations
Color information
#222C15 (or 0x222C15) is known color: Pine Tree. HEX triplet: 22, 2C and 15. RGB value is (34,44,21). Sum of RGB (Red+Green+Blue) = 34+44+21=99 (13% of max value = 765). Red value is 34 (13.67% from 255 or 34.34% from 99); Green value is 44 (17.58% from 255 or 44.44% from 99); Blue value is 21 (8.59% from 255 or 21.21% from 99); Max value from RGB is 44 - color contains mainly: green. Hex color #222C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222C15 is #DDD3EA. Grayscale: #262626. Windows color (decimal): -14537707 or 1387554. OLE color: 1387554.
HSL color Cylindrical-coordinate representation of color #222C15: hue angle of 86.09º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #222C15 is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 34 | 44 | 21 | - |
| CMYK | 0.23 | 0 | 0.52 | 0.83 |
| HSL | 86.09º | 0.35% | 0.13% | - |
| HSV(B) | 86.09º | 0.52% | 0.17% | - |
| XYZ | 1.7 | 2.2 | 1.04 | - |
| YUV | 38.39 | 118.19 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 44 | 21 | 0.23 | 0 | 0.52 | 0.83 | 86.09 | 0.35 | 0.13 |
| Hex | 22 | 2C | 15 | 17 | 0 | 34 | 53 | 56 | 23 | D |
| Octal | 42 | 54 | 25 | 27 | 0 | 64 | 123 | 126 | 43 | 15 |
| Binary | 100010 | 101100 | 10101 | 10111 | 0 | 110100 | 1010011 | 1010110 | 100011 | 1101 |
Color Harmonies of #222C15
Complementary color
Monochromatic Colors of #222C15
Black with #222C15
Text Example
Text Example
White with #222C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222C15; }
p { color: rgb(34,44,21); }
H1.HeaderClassName
{
color: #222C15;
}
.AnyTagClassName
{
color: #222C15;
}
</style>
background-color css
<style>
a { background-color: #222C15; }
a { background-color: rgb(34,44,21); }
div.DivClassName
{
background-color: #222C15;
}
.BgClassName
{
background-color: #222C15;
}
</style>
border-color css
<style>
span { border-color: #222C15; }
span { border-color: rgb(34,44,21); }
td.TdClassName
{
border-color: #222C15;
}
.TagClassName
{
border-color: #222C15;
}
</style>