Shades of Pine Tree #222D15
Tints of Pine Tree #222D15
RGB
CMYK
RGB Variations
Color information
#222D15 (or 0x222D15) is known color: Pine Tree. HEX triplet: 22, 2D and 15. RGB value is (34,45,21). Sum of RGB (Red+Green+Blue) = 34+45+21=100 (13% of max value = 765). Red value is 34 (13.67% from 255 or 34% from 100); Green value is 45 (17.97% from 255 or 45% from 100); Blue value is 21 (8.59% from 255 or 21% from 100); Max value from RGB is 45 - color contains mainly: green. Hex color #222D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222D15 is #DDD2EA. Grayscale: #272727. Windows color (decimal): -14537451 or 1387810. OLE color: 1387810.
HSL color Cylindrical-coordinate representation of color #222D15: hue angle of 87.5º degrees, saturation: 0.36, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #222D15 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 34 | 45 | 21 | - |
| CMYK | 0.24 | 0 | 0.53 | 0.82 |
| HSL | 87.5º | 0.36% | 0.13% | - |
| HSV(B) | 87.5º | 0.53% | 0.18% | - |
| XYZ | 1.73 | 2.27 | 1.06 | - |
| YUV | 38.98 | 117.86 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 45 | 21 | 0.24 | 0 | 0.53 | 0.82 | 87.5 | 0.36 | 0.13 |
| Hex | 22 | 2D | 15 | 18 | 0 | 35 | 52 | 57 | 24 | D |
| Octal | 42 | 55 | 25 | 30 | 0 | 65 | 122 | 127 | 44 | 15 |
| Binary | 100010 | 101101 | 10101 | 11000 | 0 | 110101 | 1010010 | 1010111 | 100100 | 1101 |
Color Harmonies of #222D15
Complementary color
Monochromatic Colors of #222D15
Black with #222D15
Text Example
Text Example
White with #222D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222D15; }
p { color: rgb(34,45,21); }
H1.HeaderClassName
{
color: #222D15;
}
.AnyTagClassName
{
color: #222D15;
}
</style>
background-color css
<style>
a { background-color: #222D15; }
a { background-color: rgb(34,45,21); }
div.DivClassName
{
background-color: #222D15;
}
.BgClassName
{
background-color: #222D15;
}
</style>
border-color css
<style>
span { border-color: #222D15; }
span { border-color: rgb(34,45,21); }
td.TdClassName
{
border-color: #222D15;
}
.TagClassName
{
border-color: #222D15;
}
</style>