Shades of Pine Tree #222D0A
Tints of Pine Tree #222D0A
RGB
CMYK
RGB Variations
Color information
#222D0A (or 0x222D0A) is known color: Pine Tree. HEX triplet: 22, 2D and 0A. RGB value is (34,45,10). Sum of RGB (Red+Green+Blue) = 34+45+10=89 (11% of max value = 765). Red value is 34 (13.67% from 255 or 38.20% from 89); Green value is 45 (17.97% from 255 or 50.56% from 89); Blue value is 10 (4.30% from 255 or 11.24% from 89); Max value from RGB is 45 - color contains mainly: green. Hex color #222D0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222D0A is #DDD2F5. Grayscale: #252525. Windows color (decimal): -14537462 or 666914. OLE color: 666914.
HSL color Cylindrical-coordinate representation of color #222D0A: hue angle of 78.86º degrees, saturation: 0.64, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #222D0A is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 34 | 45 | 10 | - |
| CMYK | 0.24 | 0 | 0.78 | 0.82 |
| HSL | 78.86º | 0.64% | 0.11% | - |
| HSV(B) | 78.86º | 0.78% | 0.18% | - |
| XYZ | 1.65 | 2.24 | 0.63 | - |
| YUV | 37.72 | 112.36 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 45 | 10 | 0.24 | 0 | 0.78 | 0.82 | 78.86 | 0.64 | 0.11 |
| Hex | 22 | 2D | A | 18 | 0 | 4E | 52 | 4F | 40 | B |
| Octal | 42 | 55 | 12 | 30 | 0 | 116 | 122 | 117 | 100 | 13 |
| Binary | 100010 | 101101 | 1010 | 11000 | 0 | 1001110 | 1010010 | 1001111 | 1000000 | 1011 |
Color Harmonies of #222D0A
Complementary color
Monochromatic Colors of #222D0A
Black with #222D0A
Text Example
Text Example
White with #222D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222D0A; }
p { color: rgb(34,45,10); }
H1.HeaderClassName
{
color: #222D0A;
}
.AnyTagClassName
{
color: #222D0A;
}
</style>
background-color css
<style>
a { background-color: #222D0A; }
a { background-color: rgb(34,45,10); }
div.DivClassName
{
background-color: #222D0A;
}
.BgClassName
{
background-color: #222D0A;
}
</style>
border-color css
<style>
span { border-color: #222D0A; }
span { border-color: rgb(34,45,10); }
td.TdClassName
{
border-color: #222D0A;
}
.TagClassName
{
border-color: #222D0A;
}
</style>