Shades of Pine Tree #223213
Tints of Pine Tree #223213
RGB
CMYK
RGB Variations
Color information
#223213 (or 0x223213) is known color: Pine Tree. HEX triplet: 22, 32 and 13. RGB value is (34,50,19). Sum of RGB (Red+Green+Blue) = 34+50+19=103 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.01% from 103); Green value is 50 (19.92% from 255 or 48.54% from 103); Blue value is 19 (7.81% from 255 or 18.45% from 103); Max value from RGB is 50 - color contains mainly: green. Hex color #223213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #223213 is #DDCDEC. Grayscale: #292929. Windows color (decimal): -14536173 or 1258018. OLE color: 1258018.
HSL color Cylindrical-coordinate representation of color #223213: hue angle of 90.97º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #223213 is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 34 | 50 | 19 | - |
| CMYK | 0.32 | 0 | 0.62 | 0.80 |
| HSL | 90.97º | 0.45% | 0.14% | - |
| HSV(B) | 90.97º | 0.62% | 0.2% | - |
| XYZ | 1.92 | 2.67 | 1.03 | - |
| YUV | 41.68 | 115.2 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 50 | 19 | 0.32 | 0 | 0.62 | 0.80 | 90.97 | 0.45 | 0.14 |
| Hex | 22 | 32 | 13 | 20 | 0 | 3E | 50 | 5B | 2D | E |
| Octal | 42 | 62 | 23 | 40 | 0 | 76 | 120 | 133 | 55 | 16 |
| Binary | 100010 | 110010 | 10011 | 100000 | 0 | 111110 | 1010000 | 1011011 | 101101 | 1110 |
Color Harmonies of #223213
Complementary color
Monochromatic Colors of #223213
Black with #223213
Text Example
Text Example
White with #223213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223213; }
p { color: rgb(34,50,19); }
H1.HeaderClassName
{
color: #223213;
}
.AnyTagClassName
{
color: #223213;
}
</style>
background-color css
<style>
a { background-color: #223213; }
a { background-color: rgb(34,50,19); }
div.DivClassName
{
background-color: #223213;
}
.BgClassName
{
background-color: #223213;
}
</style>
border-color css
<style>
span { border-color: #223213; }
span { border-color: rgb(34,50,19); }
td.TdClassName
{
border-color: #223213;
}
.TagClassName
{
border-color: #223213;
}
</style>