Shades of Pine Tree #222E10
Tints of Pine Tree #222E10
RGB
CMYK
RGB Variations
Color information
#222E10 (or 0x222E10) is known color: Pine Tree. HEX triplet: 22, 2E and 10. RGB value is (34,46,16). Sum of RGB (Red+Green+Blue) = 34+46+16=96 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.42% from 96); Green value is 46 (18.36% from 255 or 47.92% from 96); Blue value is 16 (6.64% from 255 or 16.67% from 96); Max value from RGB is 46 - color contains mainly: green. Hex color #222E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222E10 is #DDD1EF. Grayscale: #272727. Windows color (decimal): -14537200 or 1060386. OLE color: 1060386.
HSL color Cylindrical-coordinate representation of color #222E10: hue angle of 84º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #222E10 is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 34 | 46 | 16 | - |
| CMYK | 0.26 | 0 | 0.65 | 0.82 |
| HSL | 84º | 0.48% | 0.12% | - |
| HSV(B) | 84º | 0.65% | 0.18% | - |
| XYZ | 1.73 | 2.33 | 0.85 | - |
| YUV | 38.99 | 115.02 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 46 | 16 | 0.26 | 0 | 0.65 | 0.82 | 84 | 0.48 | 0.12 |
| Hex | 22 | 2E | 10 | 1A | 0 | 41 | 52 | 54 | 30 | C |
| Octal | 42 | 56 | 20 | 32 | 0 | 101 | 122 | 124 | 60 | 14 |
| Binary | 100010 | 101110 | 10000 | 11010 | 0 | 1000001 | 1010010 | 1010100 | 110000 | 1100 |
Color Harmonies of #222E10
Complementary color
Monochromatic Colors of #222E10
Black with #222E10
Text Example
Text Example
White with #222E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222E10; }
p { color: rgb(34,46,16); }
H1.HeaderClassName
{
color: #222E10;
}
.AnyTagClassName
{
color: #222E10;
}
</style>
background-color css
<style>
a { background-color: #222E10; }
a { background-color: rgb(34,46,16); }
div.DivClassName
{
background-color: #222E10;
}
.BgClassName
{
background-color: #222E10;
}
</style>
border-color css
<style>
span { border-color: #222E10; }
span { border-color: rgb(34,46,16); }
td.TdClassName
{
border-color: #222E10;
}
.TagClassName
{
border-color: #222E10;
}
</style>