Shades of Pine Tree #142105
Tints of Pine Tree #142105
RGB
CMYK
RGB Variations
Color information
#142105 (or 0x142105) is known color: Pine Tree. HEX triplet: 14, 21 and 05. RGB value is (20,33,5). Sum of RGB (Red+Green+Blue) = 20+33+5=58 (7% of max value = 765). Red value is 20 (8.20% from 255 or 34.48% from 58); Green value is 33 (13.28% from 255 or 56.90% from 58); Blue value is 5 (2.34% from 255 or 8.62% from 58); Max value from RGB is 33 - color contains mainly: green. Hex color #142105 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142105 is #EBDEFA. Grayscale: #1A1A1A. Windows color (decimal): -15458043 or 336148. OLE color: 336148.
HSL color Cylindrical-coordinate representation of color #142105: hue angle of 87.86º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #142105 is Cyan = 0.39, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 20 | 33 | 5 | - |
| CMYK | 0.39 | 0 | 0.85 | 0.87 |
| HSL | 87.86º | 0.74% | 0.07% | - |
| HSV(B) | 87.86º | 0.85% | 0.13% | - |
| XYZ | 0.86 | 1.25 | 0.34 | - |
| YUV | 25.92 | 116.19 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 33 | 5 | 0.39 | 0 | 0.85 | 0.87 | 87.86 | 0.74 | 0.07 |
| Hex | 14 | 21 | 5 | 27 | 0 | 55 | 57 | 58 | 4A | 7 |
| Octal | 24 | 41 | 5 | 47 | 0 | 125 | 127 | 130 | 112 | 7 |
| Binary | 10100 | 100001 | 101 | 100111 | 0 | 1010101 | 1010111 | 1011000 | 1001010 | 111 |
Color Harmonies of #142105
Complementary color
Monochromatic Colors of #142105
Black with #142105
Text Example
Text Example
White with #142105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142105; }
p { color: rgb(20,33,5); }
H1.HeaderClassName
{
color: #142105;
}
.AnyTagClassName
{
color: #142105;
}
</style>
background-color css
<style>
a { background-color: #142105; }
a { background-color: rgb(20,33,5); }
div.DivClassName
{
background-color: #142105;
}
.BgClassName
{
background-color: #142105;
}
</style>
border-color css
<style>
span { border-color: #142105; }
span { border-color: rgb(20,33,5); }
td.TdClassName
{
border-color: #142105;
}
.TagClassName
{
border-color: #142105;
}
</style>