Shades of Pine Tree #22281B
Tints of Pine Tree #22281B
RGB
CMYK
RGB Variations
Color information
#22281B (or 0x22281B) is known color: Pine Tree. HEX triplet: 22, 28 and 1B. RGB value is (34,40,27). Sum of RGB (Red+Green+Blue) = 34+40+27=101 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.66% from 101); Green value is 40 (16.02% from 255 or 39.60% from 101); Blue value is 27 (10.94% from 255 or 26.73% from 101); Max value from RGB is 40 - color contains mainly: green. Hex color #22281B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22281B is #DDD7E4. Grayscale: #242424. Windows color (decimal): -14538725 or 1779746. OLE color: 1779746.
HSL color Cylindrical-coordinate representation of color #22281B: hue angle of 87.69º degrees, saturation: 0.19, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #22281B is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 34 | 40 | 27 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.84 |
| HSL | 87.69º | 0.19% | 0.13% | - |
| HSV(B) | 87.69º | 0.33% | 0.16% | - |
| XYZ | 1.62 | 1.94 | 1.33 | - |
| YUV | 36.72 | 122.51 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 40 | 27 | 0.15 | 0 | 0.33 | 0.84 | 87.69 | 0.19 | 0.13 |
| Hex | 22 | 28 | 1B | F | 0 | 21 | 54 | 58 | 13 | D |
| Octal | 42 | 50 | 33 | 17 | 0 | 41 | 124 | 130 | 23 | 15 |
| Binary | 100010 | 101000 | 11011 | 1111 | 0 | 100001 | 1010100 | 1011000 | 10011 | 1101 |
Color Harmonies of #22281B
Complementary color
Monochromatic Colors of #22281B
Black with #22281B
Text Example
Text Example
White with #22281B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22281B; }
p { color: rgb(34,40,27); }
H1.HeaderClassName
{
color: #22281B;
}
.AnyTagClassName
{
color: #22281B;
}
</style>
background-color css
<style>
a { background-color: #22281B; }
a { background-color: rgb(34,40,27); }
div.DivClassName
{
background-color: #22281B;
}
.BgClassName
{
background-color: #22281B;
}
</style>
border-color css
<style>
span { border-color: #22281B; }
span { border-color: rgb(34,40,27); }
td.TdClassName
{
border-color: #22281B;
}
.TagClassName
{
border-color: #22281B;
}
</style>