Shades of Pine Tree #223206
Tints of Pine Tree #223206
RGB
CMYK
RGB Variations
Color information
#223206 (or 0x223206) is known color: Pine Tree. HEX triplet: 22, 32 and 06. RGB value is (34,50,6). Sum of RGB (Red+Green+Blue) = 34+50+6=90 (11% of max value = 765). Red value is 34 (13.67% from 255 or 37.78% from 90); Green value is 50 (19.92% from 255 or 55.56% from 90); Blue value is 6 (2.73% from 255 or 6.67% from 90); Max value from RGB is 50 - color contains mainly: green. Hex color #223206 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #223206 is #DDCDF9. Grayscale: #282828. Windows color (decimal): -14536186 or 406050. OLE color: 406050.
HSL color Cylindrical-coordinate representation of color #223206: hue angle of 81.82º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #223206 is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 34 | 50 | 6 | - |
| CMYK | 0.32 | 0 | 0.88 | 0.80 |
| HSL | 81.82º | 0.79% | 0.11% | - |
| HSV(B) | 81.82º | 0.88% | 0.2% | - |
| XYZ | 1.83 | 2.63 | 0.58 | - |
| YUV | 40.2 | 108.7 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 50 | 6 | 0.32 | 0 | 0.88 | 0.80 | 81.82 | 0.79 | 0.11 |
| Hex | 22 | 32 | 6 | 20 | 0 | 58 | 50 | 52 | 4F | B |
| Octal | 42 | 62 | 6 | 40 | 0 | 130 | 120 | 122 | 117 | 13 |
| Binary | 100010 | 110010 | 110 | 100000 | 0 | 1011000 | 1010000 | 1010010 | 1001111 | 1011 |
Color Harmonies of #223206
Complementary color
Monochromatic Colors of #223206
Black with #223206
Text Example
Text Example
White with #223206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223206; }
p { color: rgb(34,50,6); }
H1.HeaderClassName
{
color: #223206;
}
.AnyTagClassName
{
color: #223206;
}
</style>
background-color css
<style>
a { background-color: #223206; }
a { background-color: rgb(34,50,6); }
div.DivClassName
{
background-color: #223206;
}
.BgClassName
{
background-color: #223206;
}
</style>
border-color css
<style>
span { border-color: #223206; }
span { border-color: rgb(34,50,6); }
td.TdClassName
{
border-color: #223206;
}
.TagClassName
{
border-color: #223206;
}
</style>