Shades of Pine Tree #142C00
Tints of Pine Tree #142C00
RGB
CMYK
RGB Variations
Color information
#142C00 (or 0x142C00) is known color: Pine Tree. HEX triplet: 14, 2C and 00. RGB value is (20,44,0). Sum of RGB (Red+Green+Blue) = 20+44+0=64 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.25% from 64); Green value is 44 (17.58% from 255 or 68.75% from 64); Blue value is 0 (0.39% from 255 or 0% from 64); Max value from RGB is 44 - color contains mainly: green. Hex color #142C00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142C00 is #EBD3FF. Grayscale: #1F1F1F. Windows color (decimal): -15455232 or 11284. OLE color: 11284.
HSL color Cylindrical-coordinate representation of color #142C00: hue angle of 92.73º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #142C00 is Cyan = 0.55, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 20 | 44 | 0 | - |
| CMYK | 0.55 | 0 | 1 | 0.83 |
| HSL | 92.73º | 1% | 0.09% | - |
| HSV(B) | 92.73º | 1% | 0.17% | - |
| XYZ | 1.19 | 1.95 | 0.31 | - |
| YUV | 31.81 | 110.05 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 44 | 0 | 0.55 | 0 | 1 | 0.83 | 92.73 | 1 | 0.09 |
| Hex | 14 | 2C | 0 | 37 | 0 | 64 | 53 | 5D | 64 | 9 |
| Octal | 24 | 54 | 0 | 67 | 0 | 144 | 123 | 135 | 144 | 11 |
| Binary | 10100 | 101100 | 0 | 110111 | 0 | 1100100 | 1010011 | 1011101 | 1100100 | 1001 |
Color Harmonies of #142C00
Complementary color
Monochromatic Colors of #142C00
Black with #142C00
Text Example
Text Example
White with #142C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142C00; }
p { color: rgb(20,44,0); }
H1.HeaderClassName
{
color: #142C00;
}
.AnyTagClassName
{
color: #142C00;
}
</style>
background-color css
<style>
a { background-color: #142C00; }
a { background-color: rgb(20,44,0); }
div.DivClassName
{
background-color: #142C00;
}
.BgClassName
{
background-color: #142C00;
}
</style>
border-color css
<style>
span { border-color: #142C00; }
span { border-color: rgb(20,44,0); }
td.TdClassName
{
border-color: #142C00;
}
.TagClassName
{
border-color: #142C00;
}
</style>