Shades of Pine Tree #142C05
Tints of Pine Tree #142C05
RGB
CMYK
RGB Variations
Color information
#142C05 (or 0x142C05) is known color: Pine Tree. HEX triplet: 14, 2C and 05. RGB value is (20,44,5). Sum of RGB (Red+Green+Blue) = 20+44+5=69 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.99% from 69); Green value is 44 (17.58% from 255 or 63.77% from 69); Blue value is 5 (2.34% from 255 or 7.25% from 69); Max value from RGB is 44 - color contains mainly: green. Hex color #142C05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142C05 is #EBD3FA. Grayscale: #202020. Windows color (decimal): -15455227 or 338964. OLE color: 338964.
HSL color Cylindrical-coordinate representation of color #142C05: hue angle of 96.92º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #142C05 is Cyan = 0.55, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 20 | 44 | 5 | - |
| CMYK | 0.55 | 0 | 0.89 | 0.83 |
| HSL | 96.92º | 0.8% | 0.1% | - |
| HSV(B) | 96.92º | 0.89% | 0.17% | - |
| XYZ | 1.22 | 1.96 | 0.46 | - |
| YUV | 32.38 | 112.55 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 44 | 5 | 0.55 | 0 | 0.89 | 0.83 | 96.92 | 0.8 | 0.1 |
| Hex | 14 | 2C | 5 | 37 | 0 | 59 | 53 | 61 | 50 | A |
| Octal | 24 | 54 | 5 | 67 | 0 | 131 | 123 | 141 | 120 | 12 |
| Binary | 10100 | 101100 | 101 | 110111 | 0 | 1011001 | 1010011 | 1100001 | 1010000 | 1010 |
Color Harmonies of #142C05
Complementary color
Monochromatic Colors of #142C05
Black with #142C05
Text Example
Text Example
White with #142C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142C05; }
p { color: rgb(20,44,5); }
H1.HeaderClassName
{
color: #142C05;
}
.AnyTagClassName
{
color: #142C05;
}
</style>
background-color css
<style>
a { background-color: #142C05; }
a { background-color: rgb(20,44,5); }
div.DivClassName
{
background-color: #142C05;
}
.BgClassName
{
background-color: #142C05;
}
</style>
border-color css
<style>
span { border-color: #142C05; }
span { border-color: rgb(20,44,5); }
td.TdClassName
{
border-color: #142C05;
}
.TagClassName
{
border-color: #142C05;
}
</style>