Shades of Pine Tree #142402
Tints of Pine Tree #142402
RGB
CMYK
RGB Variations
Color information
#142402 (or 0x142402) is known color: Pine Tree. HEX triplet: 14, 24 and 02. RGB value is (20,36,2). Sum of RGB (Red+Green+Blue) = 20+36+2=58 (7% of max value = 765). Red value is 20 (8.20% from 255 or 34.48% from 58); Green value is 36 (14.45% from 255 or 62.07% from 58); Blue value is 2 (1.17% from 255 or 3.45% from 58); Max value from RGB is 36 - color contains mainly: green. Hex color #142402 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142402 is #EBDBFD. Grayscale: #1B1B1B. Windows color (decimal): -15457278 or 140308. OLE color: 140308.
HSL color Cylindrical-coordinate representation of color #142402: hue angle of 88.24º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #142402 is Cyan = 0.44, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 20 | 36 | 2 | - |
| CMYK | 0.44 | 0 | 0.94 | 0.86 |
| HSL | 88.24º | 0.89% | 0.07% | - |
| HSV(B) | 88.24º | 0.94% | 0.14% | - |
| XYZ | 0.93 | 1.41 | 0.28 | - |
| YUV | 27.34 | 113.7 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 36 | 2 | 0.44 | 0 | 0.94 | 0.86 | 88.24 | 0.89 | 0.07 |
| Hex | 14 | 24 | 2 | 2C | 0 | 5E | 56 | 58 | 59 | 7 |
| Octal | 24 | 44 | 2 | 54 | 0 | 136 | 126 | 130 | 131 | 7 |
| Binary | 10100 | 100100 | 10 | 101100 | 0 | 1011110 | 1010110 | 1011000 | 1011001 | 111 |
Color Harmonies of #142402
Complementary color
Monochromatic Colors of #142402
Black with #142402
Text Example
Text Example
White with #142402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142402; }
p { color: rgb(20,36,2); }
H1.HeaderClassName
{
color: #142402;
}
.AnyTagClassName
{
color: #142402;
}
</style>
background-color css
<style>
a { background-color: #142402; }
a { background-color: rgb(20,36,2); }
div.DivClassName
{
background-color: #142402;
}
.BgClassName
{
background-color: #142402;
}
</style>
border-color css
<style>
span { border-color: #142402; }
span { border-color: rgb(20,36,2); }
td.TdClassName
{
border-color: #142402;
}
.TagClassName
{
border-color: #142402;
}
</style>