Shades of Pine Tree #14220B
Tints of Pine Tree #14220B
RGB
CMYK
RGB Variations
Color information
#14220B (or 0x14220B) is known color: Pine Tree. HEX triplet: 14, 22 and 0B. RGB value is (20,34,11). Sum of RGB (Red+Green+Blue) = 20+34+11=65 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.77% from 65); Green value is 34 (13.67% from 255 or 52.31% from 65); Blue value is 11 (4.69% from 255 or 16.92% from 65); Max value from RGB is 34 - color contains mainly: green. Hex color #14220B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14220B is #EBDDF4. Grayscale: #1B1B1B. Windows color (decimal): -15457781 or 729620. OLE color: 729620.
HSL color Cylindrical-coordinate representation of color #14220B: hue angle of 96.52º degrees, saturation: 0.51, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #14220B is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 20 | 34 | 11 | - |
| CMYK | 0.41 | 0 | 0.68 | 0.87 |
| HSL | 96.52º | 0.51% | 0.09% | - |
| HSV(B) | 96.52º | 0.68% | 0.13% | - |
| XYZ | 0.92 | 1.32 | 0.52 | - |
| YUV | 27.19 | 118.86 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 34 | 11 | 0.41 | 0 | 0.68 | 0.87 | 96.52 | 0.51 | 0.09 |
| Hex | 14 | 22 | B | 29 | 0 | 44 | 57 | 61 | 33 | 9 |
| Octal | 24 | 42 | 13 | 51 | 0 | 104 | 127 | 141 | 63 | 11 |
| Binary | 10100 | 100010 | 1011 | 101001 | 0 | 1000100 | 1010111 | 1100001 | 110011 | 1001 |
Color Harmonies of #14220B
Complementary color
Monochromatic Colors of #14220B
Black with #14220B
Text Example
Text Example
White with #14220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14220B; }
p { color: rgb(20,34,11); }
H1.HeaderClassName
{
color: #14220B;
}
.AnyTagClassName
{
color: #14220B;
}
</style>
background-color css
<style>
a { background-color: #14220B; }
a { background-color: rgb(20,34,11); }
div.DivClassName
{
background-color: #14220B;
}
.BgClassName
{
background-color: #14220B;
}
</style>
border-color css
<style>
span { border-color: #14220B; }
span { border-color: rgb(20,34,11); }
td.TdClassName
{
border-color: #14220B;
}
.TagClassName
{
border-color: #14220B;
}
</style>