Shades of Pine Tree #22271E
Tints of Pine Tree #22271E
RGB
CMYK
RGB Variations
Color information
#22271E (or 0x22271E) is known color: Pine Tree. HEX triplet: 22, 27 and 1E. RGB value is (34,39,30). Sum of RGB (Red+Green+Blue) = 34+39+30=103 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.01% from 103); Green value is 39 (15.62% from 255 or 37.86% from 103); Blue value is 30 (12.11% from 255 or 29.13% from 103); Max value from RGB is 39 - color contains mainly: green. Hex color #22271E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22271E is #DDD8E1. Grayscale: #242424. Windows color (decimal): -14538978 or 1976098. OLE color: 1976098.
HSL color Cylindrical-coordinate representation of color #22271E: hue angle of 93.33º degrees, saturation: 0.13, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #22271E is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 34 | 39 | 30 | - |
| CMYK | 0.13 | 0 | 0.23 | 0.85 |
| HSL | 93.33º | 0.13% | 0.14% | - |
| HSV(B) | 93.33º | 0.23% | 0.15% | - |
| XYZ | 1.62 | 1.88 | 1.51 | - |
| YUV | 36.48 | 124.34 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 39 | 30 | 0.13 | 0 | 0.23 | 0.85 | 93.33 | 0.13 | 0.14 |
| Hex | 22 | 27 | 1E | D | 0 | 17 | 55 | 5D | D | E |
| Octal | 42 | 47 | 36 | 15 | 0 | 27 | 125 | 135 | 15 | 16 |
| Binary | 100010 | 100111 | 11110 | 1101 | 0 | 10111 | 1010101 | 1011101 | 1101 | 1110 |
Color Harmonies of #22271E
Complementary color
Monochromatic Colors of #22271E
Black with #22271E
Text Example
Text Example
White with #22271E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22271E; }
p { color: rgb(34,39,30); }
H1.HeaderClassName
{
color: #22271E;
}
.AnyTagClassName
{
color: #22271E;
}
</style>
background-color css
<style>
a { background-color: #22271E; }
a { background-color: rgb(34,39,30); }
div.DivClassName
{
background-color: #22271E;
}
.BgClassName
{
background-color: #22271E;
}
</style>
border-color css
<style>
span { border-color: #22271E; }
span { border-color: rgb(34,39,30); }
td.TdClassName
{
border-color: #22271E;
}
.TagClassName
{
border-color: #22271E;
}
</style>