Shades of Pine Tree #142F04
Tints of Pine Tree #142F04
RGB
CMYK
RGB Variations
Color information
#142F04 (or 0x142F04) is known color: Pine Tree. HEX triplet: 14, 2F and 04. RGB value is (20,47,4). Sum of RGB (Red+Green+Blue) = 20+47+4=71 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.17% from 71); Green value is 47 (18.75% from 255 or 66.20% from 71); Blue value is 4 (1.95% from 255 or 5.63% from 71); Max value from RGB is 47 - color contains mainly: green. Hex color #142F04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142F04 is #EBD0FB. Grayscale: #222222. Windows color (decimal): -15454460 or 274196. OLE color: 274196.
HSL color Cylindrical-coordinate representation of color #142F04: hue angle of 97.67º 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 #142F04 is Cyan = 0.57, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 47 | 4 | - |
| CMYK | 0.57 | 0 | 0.91 | 0.82 |
| HSL | 97.67º | 0.84% | 0.1% | - |
| HSV(B) | 97.67º | 0.91% | 0.18% | - |
| XYZ | 1.33 | 2.19 | 0.47 | - |
| YUV | 34.03 | 111.05 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 47 | 4 | 0.57 | 0 | 0.91 | 0.82 | 97.67 | 0.84 | 0.1 |
| Hex | 14 | 2F | 4 | 39 | 0 | 5B | 52 | 62 | 54 | A |
| Octal | 24 | 57 | 4 | 71 | 0 | 133 | 122 | 142 | 124 | 12 |
| Binary | 10100 | 101111 | 100 | 111001 | 0 | 1011011 | 1010010 | 1100010 | 1010100 | 1010 |
Color Harmonies of #142F04
Complementary color
Monochromatic Colors of #142F04
Black with #142F04
Text Example
Text Example
White with #142F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142F04; }
p { color: rgb(20,47,4); }
H1.HeaderClassName
{
color: #142F04;
}
.AnyTagClassName
{
color: #142F04;
}
</style>
background-color css
<style>
a { background-color: #142F04; }
a { background-color: rgb(20,47,4); }
div.DivClassName
{
background-color: #142F04;
}
.BgClassName
{
background-color: #142F04;
}
</style>
border-color css
<style>
span { border-color: #142F04; }
span { border-color: rgb(20,47,4); }
td.TdClassName
{
border-color: #142F04;
}
.TagClassName
{
border-color: #142F04;
}
</style>