Shades of Pine Tree #142701
Tints of Pine Tree #142701
RGB
CMYK
RGB Variations
Color information
#142701 (or 0x142701) is known color: Pine Tree. HEX triplet: 14, 27 and 01. RGB value is (20,39,1). Sum of RGB (Red+Green+Blue) = 20+39+1=60 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.33% from 60); Green value is 39 (15.62% from 255 or 65% from 60); Blue value is 1 (0.78% from 255 or 1.67% from 60); Max value from RGB is 39 - color contains mainly: green. Hex color #142701 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142701 is #EBD8FE. Grayscale: #1D1D1D. Windows color (decimal): -15456511 or 75540. OLE color: 75540.
HSL color Cylindrical-coordinate representation of color #142701: hue angle of 90º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #142701 is Cyan = 0.49, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 20 | 39 | 1 | - |
| CMYK | 0.49 | 0 | 0.97 | 0.85 |
| HSL | 90º | 0.95% | 0.08% | - |
| HSV(B) | 90º | 0.97% | 0.15% | - |
| XYZ | 1.02 | 1.6 | 0.28 | - |
| YUV | 28.99 | 112.21 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 39 | 1 | 0.49 | 0 | 0.97 | 0.85 | 90 | 0.95 | 0.08 |
| Hex | 14 | 27 | 1 | 31 | 0 | 61 | 55 | 5A | 5F | 8 |
| Octal | 24 | 47 | 1 | 61 | 0 | 141 | 125 | 132 | 137 | 10 |
| Binary | 10100 | 100111 | 1 | 110001 | 0 | 1100001 | 1010101 | 1011010 | 1011111 | 1000 |
Color Harmonies of #142701
Complementary color
Monochromatic Colors of #142701
Black with #142701
Text Example
Text Example
White with #142701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142701; }
p { color: rgb(20,39,1); }
H1.HeaderClassName
{
color: #142701;
}
.AnyTagClassName
{
color: #142701;
}
</style>
background-color css
<style>
a { background-color: #142701; }
a { background-color: rgb(20,39,1); }
div.DivClassName
{
background-color: #142701;
}
.BgClassName
{
background-color: #142701;
}
</style>
border-color css
<style>
span { border-color: #142701; }
span { border-color: rgb(20,39,1); }
td.TdClassName
{
border-color: #142701;
}
.TagClassName
{
border-color: #142701;
}
</style>