Shades of Pine Tree #142803
Tints of Pine Tree #142803
RGB
CMYK
RGB Variations
Color information
#142803 (or 0x142803) is known color: Pine Tree. HEX triplet: 14, 28 and 03. RGB value is (20,40,3). Sum of RGB (Red+Green+Blue) = 20+40+3=63 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.75% from 63); Green value is 40 (16.02% from 255 or 63.49% from 63); Blue value is 3 (1.56% from 255 or 4.76% from 63); Max value from RGB is 40 - color contains mainly: green. Hex color #142803 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142803 is #EBD7FC. Grayscale: #1D1D1D. Windows color (decimal): -15456253 or 206868. OLE color: 206868.
HSL color Cylindrical-coordinate representation of color #142803: hue angle of 92.43º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #142803 is Cyan = 0.5, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 20 | 40 | 3 | - |
| CMYK | 0.5 | 0 | 0.93 | 0.84 |
| HSL | 92.43º | 0.86% | 0.08% | - |
| HSV(B) | 92.43º | 0.93% | 0.16% | - |
| XYZ | 1.06 | 1.67 | 0.35 | - |
| YUV | 29.8 | 112.87 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 40 | 3 | 0.5 | 0 | 0.93 | 0.84 | 92.43 | 0.86 | 0.08 |
| Hex | 14 | 28 | 3 | 32 | 0 | 5D | 54 | 5C | 56 | 8 |
| Octal | 24 | 50 | 3 | 62 | 0 | 135 | 124 | 134 | 126 | 10 |
| Binary | 10100 | 101000 | 11 | 110010 | 0 | 1011101 | 1010100 | 1011100 | 1010110 | 1000 |
Color Harmonies of #142803
Complementary color
Monochromatic Colors of #142803
Black with #142803
Text Example
Text Example
White with #142803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142803; }
p { color: rgb(20,40,3); }
H1.HeaderClassName
{
color: #142803;
}
.AnyTagClassName
{
color: #142803;
}
</style>
background-color css
<style>
a { background-color: #142803; }
a { background-color: rgb(20,40,3); }
div.DivClassName
{
background-color: #142803;
}
.BgClassName
{
background-color: #142803;
}
</style>
border-color css
<style>
span { border-color: #142803; }
span { border-color: rgb(20,40,3); }
td.TdClassName
{
border-color: #142803;
}
.TagClassName
{
border-color: #142803;
}
</style>