Shades of Pine Tree #223210
Tints of Pine Tree #223210
RGB
CMYK
RGB Variations
Color information
#223210 (or 0x223210) is known color: Pine Tree. HEX triplet: 22, 32 and 10. RGB value is (34,50,16). Sum of RGB (Red+Green+Blue) = 34+50+16=100 (13% of max value = 765). Red value is 34 (13.67% from 255 or 34% from 100); Green value is 50 (19.92% from 255 or 50% from 100); Blue value is 16 (6.64% from 255 or 16% from 100); Max value from RGB is 50 - color contains mainly: green. Hex color #223210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #223210 is #DDCDEF. Grayscale: #292929. Windows color (decimal): -14536176 or 1061410. OLE color: 1061410.
HSL color Cylindrical-coordinate representation of color #223210: hue angle of 88.24º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #223210 is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 34 | 50 | 16 | - |
| CMYK | 0.32 | 0 | 0.68 | 0.80 |
| HSL | 88.24º | 0.52% | 0.13% | - |
| HSV(B) | 88.24º | 0.68% | 0.2% | - |
| XYZ | 1.89 | 2.66 | 0.9 | - |
| YUV | 41.34 | 113.7 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 50 | 16 | 0.32 | 0 | 0.68 | 0.80 | 88.24 | 0.52 | 0.13 |
| Hex | 22 | 32 | 10 | 20 | 0 | 44 | 50 | 58 | 34 | D |
| Octal | 42 | 62 | 20 | 40 | 0 | 104 | 120 | 130 | 64 | 15 |
| Binary | 100010 | 110010 | 10000 | 100000 | 0 | 1000100 | 1010000 | 1011000 | 110100 | 1101 |
Color Harmonies of #223210
Complementary color
Monochromatic Colors of #223210
Black with #223210
Text Example
Text Example
White with #223210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223210; }
p { color: rgb(34,50,16); }
H1.HeaderClassName
{
color: #223210;
}
.AnyTagClassName
{
color: #223210;
}
</style>
background-color css
<style>
a { background-color: #223210; }
a { background-color: rgb(34,50,16); }
div.DivClassName
{
background-color: #223210;
}
.BgClassName
{
background-color: #223210;
}
</style>
border-color css
<style>
span { border-color: #223210; }
span { border-color: rgb(34,50,16); }
td.TdClassName
{
border-color: #223210;
}
.TagClassName
{
border-color: #223210;
}
</style>