Shades of Pine Tree #142104
Tints of Pine Tree #142104
RGB
CMYK
RGB Variations
Color information
#142104 (or 0x142104) is known color: Pine Tree. HEX triplet: 14, 21 and 04. RGB value is (20,33,4). Sum of RGB (Red+Green+Blue) = 20+33+4=57 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.09% from 57); Green value is 33 (13.28% from 255 or 57.89% from 57); Blue value is 4 (1.95% from 255 or 7.02% from 57); Max value from RGB is 33 - color contains mainly: green. Hex color #142104 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142104 is #EBDEFB. Grayscale: #191919. Windows color (decimal): -15458044 or 270612. OLE color: 270612.
HSL color Cylindrical-coordinate representation of color #142104: hue angle of 86.9º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #142104 is Cyan = 0.39, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 20 | 33 | 4 | - |
| CMYK | 0.39 | 0 | 0.88 | 0.87 |
| HSL | 86.9º | 0.78% | 0.07% | - |
| HSV(B) | 86.9º | 0.88% | 0.13% | - |
| XYZ | 0.85 | 1.25 | 0.31 | - |
| YUV | 25.81 | 115.69 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 33 | 4 | 0.39 | 0 | 0.88 | 0.87 | 86.9 | 0.78 | 0.07 |
| Hex | 14 | 21 | 4 | 27 | 0 | 58 | 57 | 57 | 4E | 7 |
| Octal | 24 | 41 | 4 | 47 | 0 | 130 | 127 | 127 | 116 | 7 |
| Binary | 10100 | 100001 | 100 | 100111 | 0 | 1011000 | 1010111 | 1010111 | 1001110 | 111 |
Color Harmonies of #142104
Complementary color
Monochromatic Colors of #142104
Black with #142104
Text Example
Text Example
White with #142104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142104; }
p { color: rgb(20,33,4); }
H1.HeaderClassName
{
color: #142104;
}
.AnyTagClassName
{
color: #142104;
}
</style>
background-color css
<style>
a { background-color: #142104; }
a { background-color: rgb(20,33,4); }
div.DivClassName
{
background-color: #142104;
}
.BgClassName
{
background-color: #142104;
}
</style>
border-color css
<style>
span { border-color: #142104; }
span { border-color: rgb(20,33,4); }
td.TdClassName
{
border-color: #142104;
}
.TagClassName
{
border-color: #142104;
}
</style>