Shades of Pine Tree #142202
Tints of Pine Tree #142202
RGB
CMYK
RGB Variations
Color information
#142202 (or 0x142202) is known color: Pine Tree. HEX triplet: 14, 22 and 02. RGB value is (20,34,2). Sum of RGB (Red+Green+Blue) = 20+34+2=56 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.71% from 56); Green value is 34 (13.67% from 255 or 60.71% from 56); Blue value is 2 (1.17% from 255 or 3.57% from 56); Max value from RGB is 34 - color contains mainly: green. Hex color #142202 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142202 is #EBDDFD. Grayscale: #1A1A1A. Windows color (decimal): -15457790 or 139796. OLE color: 139796.
HSL color Cylindrical-coordinate representation of color #142202: hue angle of 86.25º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #142202 is Cyan = 0.41, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 20 | 34 | 2 | - |
| CMYK | 0.41 | 0 | 0.94 | 0.87 |
| HSL | 86.25º | 0.89% | 0.07% | - |
| HSV(B) | 86.25º | 0.94% | 0.13% | - |
| XYZ | 0.87 | 1.3 | 0.26 | - |
| YUV | 26.17 | 114.36 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 34 | 2 | 0.41 | 0 | 0.94 | 0.87 | 86.25 | 0.89 | 0.07 |
| Hex | 14 | 22 | 2 | 29 | 0 | 5E | 57 | 56 | 59 | 7 |
| Octal | 24 | 42 | 2 | 51 | 0 | 136 | 127 | 126 | 131 | 7 |
| Binary | 10100 | 100010 | 10 | 101001 | 0 | 1011110 | 1010111 | 1010110 | 1011001 | 111 |
Color Harmonies of #142202
Complementary color
Monochromatic Colors of #142202
Black with #142202
Text Example
Text Example
White with #142202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142202; }
p { color: rgb(20,34,2); }
H1.HeaderClassName
{
color: #142202;
}
.AnyTagClassName
{
color: #142202;
}
</style>
background-color css
<style>
a { background-color: #142202; }
a { background-color: rgb(20,34,2); }
div.DivClassName
{
background-color: #142202;
}
.BgClassName
{
background-color: #142202;
}
</style>
border-color css
<style>
span { border-color: #142202; }
span { border-color: rgb(20,34,2); }
td.TdClassName
{
border-color: #142202;
}
.TagClassName
{
border-color: #142202;
}
</style>