Shades of Pine Tree #142F02
Tints of Pine Tree #142F02
RGB
CMYK
RGB Variations
Color information
#142F02 (or 0x142F02) is known color: Pine Tree. HEX triplet: 14, 2F and 02. RGB value is (20,47,2). Sum of RGB (Red+Green+Blue) = 20+47+2=69 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.99% from 69); Green value is 47 (18.75% from 255 or 68.12% from 69); Blue value is 2 (1.17% from 255 or 2.90% from 69); Max value from RGB is 47 - color contains mainly: green. Hex color #142F02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142F02 is #EBD0FD. Grayscale: #212121. Windows color (decimal): -15454462 or 143124. OLE color: 143124.
HSL color Cylindrical-coordinate representation of color #142F02: hue angle of 96º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #142F02 is Cyan = 0.57, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 47 | 2 | - |
| CMYK | 0.57 | 0 | 0.96 | 0.82 |
| HSL | 96º | 0.92% | 0.1% | - |
| HSV(B) | 96º | 0.96% | 0.18% | - |
| XYZ | 1.32 | 2.19 | 0.41 | - |
| YUV | 33.8 | 110.05 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 47 | 2 | 0.57 | 0 | 0.96 | 0.82 | 96 | 0.92 | 0.1 |
| Hex | 14 | 2F | 2 | 39 | 0 | 60 | 52 | 60 | 5C | A |
| Octal | 24 | 57 | 2 | 71 | 0 | 140 | 122 | 140 | 134 | 12 |
| Binary | 10100 | 101111 | 10 | 111001 | 0 | 1100000 | 1010010 | 1100000 | 1011100 | 1010 |
Color Harmonies of #142F02
Complementary color
Monochromatic Colors of #142F02
Black with #142F02
Text Example
Text Example
White with #142F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142F02; }
p { color: rgb(20,47,2); }
H1.HeaderClassName
{
color: #142F02;
}
.AnyTagClassName
{
color: #142F02;
}
</style>
background-color css
<style>
a { background-color: #142F02; }
a { background-color: rgb(20,47,2); }
div.DivClassName
{
background-color: #142F02;
}
.BgClassName
{
background-color: #142F02;
}
</style>
border-color css
<style>
span { border-color: #142F02; }
span { border-color: rgb(20,47,2); }
td.TdClassName
{
border-color: #142F02;
}
.TagClassName
{
border-color: #142F02;
}
</style>