Shades of Pine Tree #222F14
Tints of Pine Tree #222F14
RGB
CMYK
RGB Variations
Color information
#222F14 (or 0x222F14) is known color: Pine Tree. HEX triplet: 22, 2F and 14. RGB value is (34,47,20). Sum of RGB (Red+Green+Blue) = 34+47+20=101 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.66% from 101); Green value is 47 (18.75% from 255 or 46.53% from 101); Blue value is 20 (8.20% from 255 or 19.80% from 101); Max value from RGB is 47 - color contains mainly: green. Hex color #222F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222F14 is #DDD0EB. Grayscale: #282828. Windows color (decimal): -14536940 or 1322786. OLE color: 1322786.
HSL color Cylindrical-coordinate representation of color #222F14: hue angle of 88.89º degrees, saturation: 0.4, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #222F14 is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 34 | 47 | 20 | - |
| CMYK | 0.28 | 0 | 0.57 | 0.82 |
| HSL | 88.89º | 0.4% | 0.13% | - |
| HSV(B) | 88.89º | 0.57% | 0.18% | - |
| XYZ | 1.8 | 2.42 | 1.03 | - |
| YUV | 40.04 | 116.69 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 47 | 20 | 0.28 | 0 | 0.57 | 0.82 | 88.89 | 0.4 | 0.13 |
| Hex | 22 | 2F | 14 | 1C | 0 | 39 | 52 | 59 | 28 | D |
| Octal | 42 | 57 | 24 | 34 | 0 | 71 | 122 | 131 | 50 | 15 |
| Binary | 100010 | 101111 | 10100 | 11100 | 0 | 111001 | 1010010 | 1011001 | 101000 | 1101 |
Color Harmonies of #222F14
Complementary color
Monochromatic Colors of #222F14
Black with #222F14
Text Example
Text Example
White with #222F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222F14; }
p { color: rgb(34,47,20); }
H1.HeaderClassName
{
color: #222F14;
}
.AnyTagClassName
{
color: #222F14;
}
</style>
background-color css
<style>
a { background-color: #222F14; }
a { background-color: rgb(34,47,20); }
div.DivClassName
{
background-color: #222F14;
}
.BgClassName
{
background-color: #222F14;
}
</style>
border-color css
<style>
span { border-color: #222F14; }
span { border-color: rgb(34,47,20); }
td.TdClassName
{
border-color: #222F14;
}
.TagClassName
{
border-color: #222F14;
}
</style>