Shades of Pine Tree #222F17
Tints of Pine Tree #222F17
RGB
CMYK
RGB Variations
Color information
#222F17 (or 0x222F17) is known color: Pine Tree. HEX triplet: 22, 2F and 17. RGB value is (34,47,23). Sum of RGB (Red+Green+Blue) = 34+47+23=104 (13% of max value = 765). Red value is 34 (13.67% from 255 or 32.69% from 104); Green value is 47 (18.75% from 255 or 45.19% from 104); Blue value is 23 (9.38% from 255 or 22.12% from 104); Max value from RGB is 47 - color contains mainly: green. Hex color #222F17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222F17 is #DDD0E8. Grayscale: #282828. Windows color (decimal): -14536937 or 1519394. OLE color: 1519394.
HSL color Cylindrical-coordinate representation of color #222F17: hue angle of 92.5º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #222F17 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 34 | 47 | 23 | - |
| CMYK | 0.28 | 0 | 0.51 | 0.82 |
| HSL | 92.5º | 0.34% | 0.14% | - |
| HSV(B) | 92.5º | 0.51% | 0.18% | - |
| XYZ | 1.83 | 2.43 | 1.18 | - |
| YUV | 40.38 | 118.19 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 47 | 23 | 0.28 | 0 | 0.51 | 0.82 | 92.5 | 0.34 | 0.14 |
| Hex | 22 | 2F | 17 | 1C | 0 | 33 | 52 | 5C | 22 | E |
| Octal | 42 | 57 | 27 | 34 | 0 | 63 | 122 | 134 | 42 | 16 |
| Binary | 100010 | 101111 | 10111 | 11100 | 0 | 110011 | 1010010 | 1011100 | 100010 | 1110 |
Color Harmonies of #222F17
Complementary color
Monochromatic Colors of #222F17
Black with #222F17
Text Example
Text Example
White with #222F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222F17; }
p { color: rgb(34,47,23); }
H1.HeaderClassName
{
color: #222F17;
}
.AnyTagClassName
{
color: #222F17;
}
</style>
background-color css
<style>
a { background-color: #222F17; }
a { background-color: rgb(34,47,23); }
div.DivClassName
{
background-color: #222F17;
}
.BgClassName
{
background-color: #222F17;
}
</style>
border-color css
<style>
span { border-color: #222F17; }
span { border-color: rgb(34,47,23); }
td.TdClassName
{
border-color: #222F17;
}
.TagClassName
{
border-color: #222F17;
}
</style>