Shades of Pine Tree #142F03
Tints of Pine Tree #142F03
RGB
CMYK
RGB Variations
Color information
#142F03 (or 0x142F03) is known color: Pine Tree. HEX triplet: 14, 2F and 03. RGB value is (20,47,3). Sum of RGB (Red+Green+Blue) = 20+47+3=70 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.57% from 70); Green value is 47 (18.75% from 255 or 67.14% from 70); Blue value is 3 (1.56% from 255 or 4.29% from 70); Max value from RGB is 47 - color contains mainly: green. Hex color #142F03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142F03 is #EBD0FC. Grayscale: #222222. Windows color (decimal): -15454461 or 208660. OLE color: 208660.
HSL color Cylindrical-coordinate representation of color #142F03: hue angle of 96.82º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #142F03 is Cyan = 0.57, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 47 | 3 | - |
| CMYK | 0.57 | 0 | 0.94 | 0.82 |
| HSL | 96.82º | 0.88% | 0.1% | - |
| HSV(B) | 96.82º | 0.94% | 0.18% | - |
| XYZ | 1.32 | 2.19 | 0.44 | - |
| YUV | 33.91 | 110.55 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 47 | 3 | 0.57 | 0 | 0.94 | 0.82 | 96.82 | 0.88 | 0.1 |
| Hex | 14 | 2F | 3 | 39 | 0 | 5E | 52 | 61 | 58 | A |
| Octal | 24 | 57 | 3 | 71 | 0 | 136 | 122 | 141 | 130 | 12 |
| Binary | 10100 | 101111 | 11 | 111001 | 0 | 1011110 | 1010010 | 1100001 | 1011000 | 1010 |
Color Harmonies of #142F03
Complementary color
Monochromatic Colors of #142F03
Black with #142F03
Text Example
Text Example
White with #142F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142F03; }
p { color: rgb(20,47,3); }
H1.HeaderClassName
{
color: #142F03;
}
.AnyTagClassName
{
color: #142F03;
}
</style>
background-color css
<style>
a { background-color: #142F03; }
a { background-color: rgb(20,47,3); }
div.DivClassName
{
background-color: #142F03;
}
.BgClassName
{
background-color: #142F03;
}
</style>
border-color css
<style>
span { border-color: #142F03; }
span { border-color: rgb(20,47,3); }
td.TdClassName
{
border-color: #142F03;
}
.TagClassName
{
border-color: #142F03;
}
</style>