Shades of Pine Tree #222E17
Tints of Pine Tree #222E17
RGB
CMYK
RGB Variations
Color information
#222E17 (or 0x222E17) is known color: Pine Tree. HEX triplet: 22, 2E and 17. RGB value is (34,46,23). Sum of RGB (Red+Green+Blue) = 34+46+23=103 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.01% from 103); Green value is 46 (18.36% from 255 or 44.66% from 103); Blue value is 23 (9.38% from 255 or 22.33% from 103); Max value from RGB is 46 - color contains mainly: green. Hex color #222E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222E17 is #DDD1E8. Grayscale: #272727. Windows color (decimal): -14537193 or 1519138. OLE color: 1519138.
HSL color Cylindrical-coordinate representation of color #222E17: hue angle of 91.3º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #222E17 is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 34 | 46 | 23 | - |
| CMYK | 0.26 | 0 | 0.50 | 0.82 |
| HSL | 91.3º | 0.33% | 0.14% | - |
| HSV(B) | 91.3º | 0.5% | 0.18% | - |
| XYZ | 1.79 | 2.36 | 1.17 | - |
| YUV | 39.79 | 118.52 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 46 | 23 | 0.26 | 0 | 0.50 | 0.82 | 91.3 | 0.33 | 0.14 |
| Hex | 22 | 2E | 17 | 1A | 0 | 32 | 52 | 5B | 21 | E |
| Octal | 42 | 56 | 27 | 32 | 0 | 62 | 122 | 133 | 41 | 16 |
| Binary | 100010 | 101110 | 10111 | 11010 | 0 | 110010 | 1010010 | 1011011 | 100001 | 1110 |
Color Harmonies of #222E17
Complementary color
Monochromatic Colors of #222E17
Black with #222E17
Text Example
Text Example
White with #222E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222E17; }
p { color: rgb(34,46,23); }
H1.HeaderClassName
{
color: #222E17;
}
.AnyTagClassName
{
color: #222E17;
}
</style>
background-color css
<style>
a { background-color: #222E17; }
a { background-color: rgb(34,46,23); }
div.DivClassName
{
background-color: #222E17;
}
.BgClassName
{
background-color: #222E17;
}
</style>
border-color css
<style>
span { border-color: #222E17; }
span { border-color: rgb(34,46,23); }
td.TdClassName
{
border-color: #222E17;
}
.TagClassName
{
border-color: #222E17;
}
</style>