Shades of Pine Tree #22350E
Tints of Pine Tree #22350E
RGB
CMYK
RGB Variations
Color information
#22350E (or 0x22350E) is known color: Pine Tree. HEX triplet: 22, 35 and 0E. RGB value is (34,53,14). Sum of RGB (Red+Green+Blue) = 34+53+14=101 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.66% from 101); Green value is 53 (21.09% from 255 or 52.48% from 101); Blue value is 14 (5.86% from 255 or 13.86% from 101); Max value from RGB is 53 - color contains mainly: green. Hex color #22350E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #22350E is #DDCAF1. Grayscale: #2B2B2B. Windows color (decimal): -14535410 or 931106. OLE color: 931106.
HSL color Cylindrical-coordinate representation of color #22350E: hue angle of 89.23º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #22350E is Cyan = 0.36, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 34 | 53 | 14 | - |
| CMYK | 0.36 | 0 | 0.74 | 0.79 |
| HSL | 89.23º | 0.58% | 0.13% | - |
| HSV(B) | 89.23º | 0.74% | 0.21% | - |
| XYZ | 2.01 | 2.92 | 0.87 | - |
| YUV | 42.87 | 111.71 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 53 | 14 | 0.36 | 0 | 0.74 | 0.79 | 89.23 | 0.58 | 0.13 |
| Hex | 22 | 35 | E | 24 | 0 | 4A | 4F | 59 | 3A | D |
| Octal | 42 | 65 | 16 | 44 | 0 | 112 | 117 | 131 | 72 | 15 |
| Binary | 100010 | 110101 | 1110 | 100100 | 0 | 1001010 | 1001111 | 1011001 | 111010 | 1101 |
Color Harmonies of #22350E
Complementary color
Monochromatic Colors of #22350E
Black with #22350E
Text Example
Text Example
White with #22350E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22350E; }
p { color: rgb(34,53,14); }
H1.HeaderClassName
{
color: #22350E;
}
.AnyTagClassName
{
color: #22350E;
}
</style>
background-color css
<style>
a { background-color: #22350E; }
a { background-color: rgb(34,53,14); }
div.DivClassName
{
background-color: #22350E;
}
.BgClassName
{
background-color: #22350E;
}
</style>
border-color css
<style>
span { border-color: #22350E; }
span { border-color: rgb(34,53,14); }
td.TdClassName
{
border-color: #22350E;
}
.TagClassName
{
border-color: #22350E;
}
</style>