Shades of Pine Tree #142E04
Tints of Pine Tree #142E04
RGB
CMYK
RGB Variations
Color information
#142E04 (or 0x142E04) is known color: Pine Tree. HEX triplet: 14, 2E and 04. RGB value is (20,46,4). Sum of RGB (Red+Green+Blue) = 20+46+4=70 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.57% from 70); Green value is 46 (18.36% from 255 or 65.71% from 70); Blue value is 4 (1.95% from 255 or 5.71% from 70); Max value from RGB is 46 - color contains mainly: green. Hex color #142E04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142E04 is #EBD1FB. Grayscale: #212121. Windows color (decimal): -15454716 or 273940. OLE color: 273940.
HSL color Cylindrical-coordinate representation of color #142E04: hue angle of 97.14º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #142E04 is Cyan = 0.57, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 46 | 4 | - |
| CMYK | 0.57 | 0 | 0.91 | 0.82 |
| HSL | 97.14º | 0.84% | 0.1% | - |
| HSV(B) | 97.14º | 0.91% | 0.18% | - |
| XYZ | 1.29 | 2.11 | 0.45 | - |
| YUV | 33.44 | 111.39 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 46 | 4 | 0.57 | 0 | 0.91 | 0.82 | 97.14 | 0.84 | 0.1 |
| Hex | 14 | 2E | 4 | 39 | 0 | 5B | 52 | 61 | 54 | A |
| Octal | 24 | 56 | 4 | 71 | 0 | 133 | 122 | 141 | 124 | 12 |
| Binary | 10100 | 101110 | 100 | 111001 | 0 | 1011011 | 1010010 | 1100001 | 1010100 | 1010 |
Color Harmonies of #142E04
Complementary color
Monochromatic Colors of #142E04
Black with #142E04
Text Example
Text Example
White with #142E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142E04; }
p { color: rgb(20,46,4); }
H1.HeaderClassName
{
color: #142E04;
}
.AnyTagClassName
{
color: #142E04;
}
</style>
background-color css
<style>
a { background-color: #142E04; }
a { background-color: rgb(20,46,4); }
div.DivClassName
{
background-color: #142E04;
}
.BgClassName
{
background-color: #142E04;
}
</style>
border-color css
<style>
span { border-color: #142E04; }
span { border-color: rgb(20,46,4); }
td.TdClassName
{
border-color: #142E04;
}
.TagClassName
{
border-color: #142E04;
}
</style>