Shades of Pine Tree #222B13
Tints of Pine Tree #222B13
RGB
CMYK
RGB Variations
Color information
#222B13 (or 0x222B13) is known color: Pine Tree. HEX triplet: 22, 2B and 13. RGB value is (34,43,19). Sum of RGB (Red+Green+Blue) = 34+43+19=96 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.42% from 96); Green value is 43 (17.19% from 255 or 44.79% from 96); Blue value is 19 (7.81% from 255 or 19.79% from 96); Max value from RGB is 43 - color contains mainly: green. Hex color #222B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222B13 is #DDD4EC. Grayscale: #252525. Windows color (decimal): -14537965 or 1256226. OLE color: 1256226.
HSL color Cylindrical-coordinate representation of color #222B13: hue angle of 82.5º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #222B13 is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 34 | 43 | 19 | - |
| CMYK | 0.21 | 0 | 0.56 | 0.83 |
| HSL | 82.5º | 0.39% | 0.12% | - |
| HSV(B) | 82.5º | 0.56% | 0.17% | - |
| XYZ | 1.64 | 2.11 | 0.94 | - |
| YUV | 37.57 | 117.52 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 43 | 19 | 0.21 | 0 | 0.56 | 0.83 | 82.5 | 0.39 | 0.12 |
| Hex | 22 | 2B | 13 | 15 | 0 | 38 | 53 | 52 | 27 | C |
| Octal | 42 | 53 | 23 | 25 | 0 | 70 | 123 | 122 | 47 | 14 |
| Binary | 100010 | 101011 | 10011 | 10101 | 0 | 111000 | 1010011 | 1010010 | 100111 | 1100 |
Color Harmonies of #222B13
Complementary color
Monochromatic Colors of #222B13
Black with #222B13
Text Example
Text Example
White with #222B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222B13; }
p { color: rgb(34,43,19); }
H1.HeaderClassName
{
color: #222B13;
}
.AnyTagClassName
{
color: #222B13;
}
</style>
background-color css
<style>
a { background-color: #222B13; }
a { background-color: rgb(34,43,19); }
div.DivClassName
{
background-color: #222B13;
}
.BgClassName
{
background-color: #222B13;
}
</style>
border-color css
<style>
span { border-color: #222B13; }
span { border-color: rgb(34,43,19); }
td.TdClassName
{
border-color: #222B13;
}
.TagClassName
{
border-color: #222B13;
}
</style>