Shades of Pine Tree #22340D
Tints of Pine Tree #22340D
RGB
CMYK
RGB Variations
Color information
#22340D (or 0x22340D) is known color: Pine Tree. HEX triplet: 22, 34 and 0D. RGB value is (34,52,13). Sum of RGB (Red+Green+Blue) = 34+52+13=99 (13% of max value = 765). Red value is 34 (13.67% from 255 or 34.34% from 99); Green value is 52 (20.70% from 255 or 52.53% from 99); Blue value is 13 (5.47% from 255 or 13.13% from 99); Max value from RGB is 52 - color contains mainly: green. Hex color #22340D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #22340D is #DDCBF2. Grayscale: #2A2A2A. Windows color (decimal): -14535667 or 865314. OLE color: 865314.
HSL color Cylindrical-coordinate representation of color #22340D: hue angle of 87.69º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #22340D is Cyan = 0.35, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 34 | 52 | 13 | - |
| CMYK | 0.35 | 0 | 0.75 | 0.80 |
| HSL | 87.69º | 0.6% | 0.13% | - |
| HSV(B) | 87.69º | 0.75% | 0.2% | - |
| XYZ | 1.96 | 2.83 | 0.82 | - |
| YUV | 42.17 | 111.54 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 52 | 13 | 0.35 | 0 | 0.75 | 0.80 | 87.69 | 0.6 | 0.13 |
| Hex | 22 | 34 | D | 23 | 0 | 4B | 50 | 58 | 3C | D |
| Octal | 42 | 64 | 15 | 43 | 0 | 113 | 120 | 130 | 74 | 15 |
| Binary | 100010 | 110100 | 1101 | 100011 | 0 | 1001011 | 1010000 | 1011000 | 111100 | 1101 |
Color Harmonies of #22340D
Complementary color
Monochromatic Colors of #22340D
Black with #22340D
Text Example
Text Example
White with #22340D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22340D; }
p { color: rgb(34,52,13); }
H1.HeaderClassName
{
color: #22340D;
}
.AnyTagClassName
{
color: #22340D;
}
</style>
background-color css
<style>
a { background-color: #22340D; }
a { background-color: rgb(34,52,13); }
div.DivClassName
{
background-color: #22340D;
}
.BgClassName
{
background-color: #22340D;
}
</style>
border-color css
<style>
span { border-color: #22340D; }
span { border-color: rgb(34,52,13); }
td.TdClassName
{
border-color: #22340D;
}
.TagClassName
{
border-color: #22340D;
}
</style>