Shades of Pine Tree #222E14
Tints of Pine Tree #222E14
RGB
CMYK
RGB Variations
Color information
#222E14 (or 0x222E14) is known color: Pine Tree. HEX triplet: 22, 2E and 14. RGB value is (34,46,20). Sum of RGB (Red+Green+Blue) = 34+46+20=100 (13% of max value = 765). Red value is 34 (13.67% from 255 or 34% from 100); Green value is 46 (18.36% from 255 or 46% from 100); Blue value is 20 (8.20% from 255 or 20% from 100); Max value from RGB is 46 - color contains mainly: green. Hex color #222E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222E14 is #DDD1EB. Grayscale: #272727. Windows color (decimal): -14537196 or 1322530. OLE color: 1322530.
HSL color Cylindrical-coordinate representation of color #222E14: hue angle of 87.69º degrees, saturation: 0.39, 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 #222E14 is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 34 | 46 | 20 | - |
| CMYK | 0.26 | 0 | 0.57 | 0.82 |
| HSL | 87.69º | 0.39% | 0.13% | - |
| HSV(B) | 87.69º | 0.57% | 0.18% | - |
| XYZ | 1.76 | 2.34 | 1.02 | - |
| YUV | 39.45 | 117.02 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 46 | 20 | 0.26 | 0 | 0.57 | 0.82 | 87.69 | 0.39 | 0.13 |
| Hex | 22 | 2E | 14 | 1A | 0 | 39 | 52 | 58 | 27 | D |
| Octal | 42 | 56 | 24 | 32 | 0 | 71 | 122 | 130 | 47 | 15 |
| Binary | 100010 | 101110 | 10100 | 11010 | 0 | 111001 | 1010010 | 1011000 | 100111 | 1101 |
Color Harmonies of #222E14
Complementary color
Monochromatic Colors of #222E14
Black with #222E14
Text Example
Text Example
White with #222E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222E14; }
p { color: rgb(34,46,20); }
H1.HeaderClassName
{
color: #222E14;
}
.AnyTagClassName
{
color: #222E14;
}
</style>
background-color css
<style>
a { background-color: #222E14; }
a { background-color: rgb(34,46,20); }
div.DivClassName
{
background-color: #222E14;
}
.BgClassName
{
background-color: #222E14;
}
</style>
border-color css
<style>
span { border-color: #222E14; }
span { border-color: rgb(34,46,20); }
td.TdClassName
{
border-color: #222E14;
}
.TagClassName
{
border-color: #222E14;
}
</style>