Shades of Pine Tree #142703
Tints of Pine Tree #142703
RGB
CMYK
RGB Variations
Color information
#142703 (or 0x142703) is known color: Pine Tree. HEX triplet: 14, 27 and 03. RGB value is (20,39,3). Sum of RGB (Red+Green+Blue) = 20+39+3=62 (8% of max value = 765). Red value is 20 (8.20% from 255 or 32.26% from 62); Green value is 39 (15.62% from 255 or 62.90% from 62); Blue value is 3 (1.56% from 255 or 4.84% from 62); Max value from RGB is 39 - color contains mainly: green. Hex color #142703 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142703 is #EBD8FC. Grayscale: #1D1D1D. Windows color (decimal): -15456509 or 206612. OLE color: 206612.
HSL color Cylindrical-coordinate representation of color #142703: hue angle of 91.67º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #142703 is Cyan = 0.49, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 20 | 39 | 3 | - |
| CMYK | 0.49 | 0 | 0.92 | 0.85 |
| HSL | 91.67º | 0.86% | 0.08% | - |
| HSV(B) | 91.67º | 0.92% | 0.15% | - |
| XYZ | 1.03 | 1.61 | 0.34 | - |
| YUV | 29.22 | 113.21 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 39 | 3 | 0.49 | 0 | 0.92 | 0.85 | 91.67 | 0.86 | 0.08 |
| Hex | 14 | 27 | 3 | 31 | 0 | 5C | 55 | 5C | 56 | 8 |
| Octal | 24 | 47 | 3 | 61 | 0 | 134 | 125 | 134 | 126 | 10 |
| Binary | 10100 | 100111 | 11 | 110001 | 0 | 1011100 | 1010101 | 1011100 | 1010110 | 1000 |
Color Harmonies of #142703
Complementary color
Monochromatic Colors of #142703
Black with #142703
Text Example
Text Example
White with #142703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142703; }
p { color: rgb(20,39,3); }
H1.HeaderClassName
{
color: #142703;
}
.AnyTagClassName
{
color: #142703;
}
</style>
background-color css
<style>
a { background-color: #142703; }
a { background-color: rgb(20,39,3); }
div.DivClassName
{
background-color: #142703;
}
.BgClassName
{
background-color: #142703;
}
</style>
border-color css
<style>
span { border-color: #142703; }
span { border-color: rgb(20,39,3); }
td.TdClassName
{
border-color: #142703;
}
.TagClassName
{
border-color: #142703;
}
</style>