Shades of Pine Tree #222C0B
Tints of Pine Tree #222C0B
RGB
CMYK
RGB Variations
Color information
#222C0B (or 0x222C0B) is known color: Pine Tree. HEX triplet: 22, 2C and 0B. RGB value is (34,44,11). Sum of RGB (Red+Green+Blue) = 34+44+11=89 (11% of max value = 765). Red value is 34 (13.67% from 255 or 38.20% from 89); Green value is 44 (17.58% from 255 or 49.44% from 89); Blue value is 11 (4.69% from 255 or 12.36% from 89); Max value from RGB is 44 - color contains mainly: green. Hex color #222C0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222C0B is #DDD3F4. Grayscale: #252525. Windows color (decimal): -14537717 or 732194. OLE color: 732194.
HSL color Cylindrical-coordinate representation of color #222C0B: hue angle of 78.18º degrees, saturation: 0.6, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #222C0B is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 34 | 44 | 11 | - |
| CMYK | 0.23 | 0 | 0.75 | 0.83 |
| HSL | 78.18º | 0.6% | 0.11% | - |
| HSV(B) | 78.18º | 0.75% | 0.17% | - |
| XYZ | 1.62 | 2.17 | 0.65 | - |
| YUV | 37.25 | 113.19 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 44 | 11 | 0.23 | 0 | 0.75 | 0.83 | 78.18 | 0.6 | 0.11 |
| Hex | 22 | 2C | B | 17 | 0 | 4B | 53 | 4E | 3C | B |
| Octal | 42 | 54 | 13 | 27 | 0 | 113 | 123 | 116 | 74 | 13 |
| Binary | 100010 | 101100 | 1011 | 10111 | 0 | 1001011 | 1010011 | 1001110 | 111100 | 1011 |
Color Harmonies of #222C0B
Complementary color
Monochromatic Colors of #222C0B
Black with #222C0B
Text Example
Text Example
White with #222C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222C0B; }
p { color: rgb(34,44,11); }
H1.HeaderClassName
{
color: #222C0B;
}
.AnyTagClassName
{
color: #222C0B;
}
</style>
background-color css
<style>
a { background-color: #222C0B; }
a { background-color: rgb(34,44,11); }
div.DivClassName
{
background-color: #222C0B;
}
.BgClassName
{
background-color: #222C0B;
}
</style>
border-color css
<style>
span { border-color: #222C0B; }
span { border-color: rgb(34,44,11); }
td.TdClassName
{
border-color: #222C0B;
}
.TagClassName
{
border-color: #222C0B;
}
</style>