Shades of Pine Tree #222C17
Tints of Pine Tree #222C17
RGB
CMYK
RGB Variations
Color information
#222C17 (or 0x222C17) is known color: Pine Tree. HEX triplet: 22, 2C and 17. RGB value is (34,44,23). Sum of RGB (Red+Green+Blue) = 34+44+23=101 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.66% from 101); Green value is 44 (17.58% from 255 or 43.56% from 101); Blue value is 23 (9.38% from 255 or 22.77% from 101); Max value from RGB is 44 - color contains mainly: green. Hex color #222C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222C17 is #DDD3E8. Grayscale: #262626. Windows color (decimal): -14537705 or 1518626. OLE color: 1518626.
HSL color Cylindrical-coordinate representation of color #222C17: hue angle of 88.57º degrees, saturation: 0.31, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #222C17 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 34 | 44 | 23 | - |
| CMYK | 0.23 | 0 | 0.48 | 0.83 |
| HSL | 88.57º | 0.31% | 0.13% | - |
| HSV(B) | 88.57º | 0.48% | 0.17% | - |
| XYZ | 1.72 | 2.2 | 1.15 | - |
| YUV | 38.62 | 119.19 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 44 | 23 | 0.23 | 0 | 0.48 | 0.83 | 88.57 | 0.31 | 0.13 |
| Hex | 22 | 2C | 17 | 17 | 0 | 30 | 53 | 59 | 1F | D |
| Octal | 42 | 54 | 27 | 27 | 0 | 60 | 123 | 131 | 37 | 15 |
| Binary | 100010 | 101100 | 10111 | 10111 | 0 | 110000 | 1010011 | 1011001 | 11111 | 1101 |
Color Harmonies of #222C17
Complementary color
Monochromatic Colors of #222C17
Black with #222C17
Text Example
Text Example
White with #222C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222C17; }
p { color: rgb(34,44,23); }
H1.HeaderClassName
{
color: #222C17;
}
.AnyTagClassName
{
color: #222C17;
}
</style>
background-color css
<style>
a { background-color: #222C17; }
a { background-color: rgb(34,44,23); }
div.DivClassName
{
background-color: #222C17;
}
.BgClassName
{
background-color: #222C17;
}
</style>
border-color css
<style>
span { border-color: #222C17; }
span { border-color: rgb(34,44,23); }
td.TdClassName
{
border-color: #222C17;
}
.TagClassName
{
border-color: #222C17;
}
</style>