Shades of Pine Tree #142109
Tints of Pine Tree #142109
RGB
CMYK
RGB Variations
Color information
#142109 (or 0x142109) is known color: Pine Tree. HEX triplet: 14, 21 and 09. RGB value is (20,33,9). Sum of RGB (Red+Green+Blue) = 20+33+9=62 (8% of max value = 765). Red value is 20 (8.20% from 255 or 32.26% from 62); Green value is 33 (13.28% from 255 or 53.23% from 62); Blue value is 9 (3.91% from 255 or 14.52% from 62); Max value from RGB is 33 - color contains mainly: green. Hex color #142109 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142109 is #EBDEF6. Grayscale: #1A1A1A. Windows color (decimal): -15458039 or 598292. OLE color: 598292.
HSL color Cylindrical-coordinate representation of color #142109: hue angle of 92.5º degrees, saturation: 0.57, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #142109 is Cyan = 0.39, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 20 | 33 | 9 | - |
| CMYK | 0.39 | 0 | 0.73 | 0.87 |
| HSL | 92.5º | 0.57% | 0.08% | - |
| HSV(B) | 92.5º | 0.73% | 0.13% | - |
| XYZ | 0.88 | 1.26 | 0.45 | - |
| YUV | 26.38 | 118.19 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 33 | 9 | 0.39 | 0 | 0.73 | 0.87 | 92.5 | 0.57 | 0.08 |
| Hex | 14 | 21 | 9 | 27 | 0 | 49 | 57 | 5C | 39 | 8 |
| Octal | 24 | 41 | 11 | 47 | 0 | 111 | 127 | 134 | 71 | 10 |
| Binary | 10100 | 100001 | 1001 | 100111 | 0 | 1001001 | 1010111 | 1011100 | 111001 | 1000 |
Color Harmonies of #142109
Complementary color
Monochromatic Colors of #142109
Black with #142109
Text Example
Text Example
White with #142109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142109; }
p { color: rgb(20,33,9); }
H1.HeaderClassName
{
color: #142109;
}
.AnyTagClassName
{
color: #142109;
}
</style>
background-color css
<style>
a { background-color: #142109; }
a { background-color: rgb(20,33,9); }
div.DivClassName
{
background-color: #142109;
}
.BgClassName
{
background-color: #142109;
}
</style>
border-color css
<style>
span { border-color: #142109; }
span { border-color: rgb(20,33,9); }
td.TdClassName
{
border-color: #142109;
}
.TagClassName
{
border-color: #142109;
}
</style>