Shades of Pine Tree #22370A
Tints of Pine Tree #22370A
RGB
CMYK
RGB Variations
Color information
#22370A (or 0x22370A) is known color: Pine Tree. HEX triplet: 22, 37 and 0A. RGB value is (34,55,10). Sum of RGB (Red+Green+Blue) = 34+55+10=99 (13% of max value = 765). Red value is 34 (13.67% from 255 or 34.34% from 99); Green value is 55 (21.88% from 255 or 55.56% from 99); Blue value is 10 (4.30% from 255 or 10.10% from 99); Max value from RGB is 55 - color contains mainly: green. Hex color #22370A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #22370A is #DDC8F5. Grayscale: #2B2B2B. Windows color (decimal): -14534902 or 669474. OLE color: 669474.
HSL color Cylindrical-coordinate representation of color #22370A: hue angle of 88º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22370A is Cyan = 0.38, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 34 | 55 | 10 | - |
| CMYK | 0.38 | 0 | 0.82 | 0.78 |
| HSL | 88º | 0.69% | 0.13% | - |
| HSV(B) | 88º | 0.82% | 0.22% | - |
| XYZ | 2.08 | 3.09 | 0.77 | - |
| YUV | 43.59 | 109.04 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 55 | 10 | 0.38 | 0 | 0.82 | 0.78 | 88 | 0.69 | 0.13 |
| Hex | 22 | 37 | A | 26 | 0 | 52 | 4E | 58 | 45 | D |
| Octal | 42 | 67 | 12 | 46 | 0 | 122 | 116 | 130 | 105 | 15 |
| Binary | 100010 | 110111 | 1010 | 100110 | 0 | 1010010 | 1001110 | 1011000 | 1000101 | 1101 |
Color Harmonies of #22370A
Complementary color
Monochromatic Colors of #22370A
Black with #22370A
Text Example
Text Example
White with #22370A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22370A; }
p { color: rgb(34,55,10); }
H1.HeaderClassName
{
color: #22370A;
}
.AnyTagClassName
{
color: #22370A;
}
</style>
background-color css
<style>
a { background-color: #22370A; }
a { background-color: rgb(34,55,10); }
div.DivClassName
{
background-color: #22370A;
}
.BgClassName
{
background-color: #22370A;
}
</style>
border-color css
<style>
span { border-color: #22370A; }
span { border-color: rgb(34,55,10); }
td.TdClassName
{
border-color: #22370A;
}
.TagClassName
{
border-color: #22370A;
}
</style>