Shades of Pine Tree #142A07
Tints of Pine Tree #142A07
RGB
CMYK
RGB Variations
Color information
#142A07 (or 0x142A07) is known color: Pine Tree. HEX triplet: 14, 2A and 07. RGB value is (20,42,7). Sum of RGB (Red+Green+Blue) = 20+42+7=69 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.99% from 69); Green value is 42 (16.80% from 255 or 60.87% from 69); Blue value is 7 (3.12% from 255 or 10.14% from 69); Max value from RGB is 42 - color contains mainly: green. Hex color #142A07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142A07 is #EBD5F8. Grayscale: #1F1F1F. Windows color (decimal): -15455737 or 469524. OLE color: 469524.
HSL color Cylindrical-coordinate representation of color #142A07: hue angle of 97.71º degrees, saturation: 0.71, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #142A07 is Cyan = 0.52, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 20 | 42 | 7 | - |
| CMYK | 0.52 | 0 | 0.83 | 0.84 |
| HSL | 97.71º | 0.71% | 0.1% | - |
| HSV(B) | 97.71º | 0.83% | 0.16% | - |
| XYZ | 1.15 | 1.82 | 0.49 | - |
| YUV | 31.43 | 114.21 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 42 | 7 | 0.52 | 0 | 0.83 | 0.84 | 97.71 | 0.71 | 0.1 |
| Hex | 14 | 2A | 7 | 34 | 0 | 53 | 54 | 62 | 47 | A |
| Octal | 24 | 52 | 7 | 64 | 0 | 123 | 124 | 142 | 107 | 12 |
| Binary | 10100 | 101010 | 111 | 110100 | 0 | 1010011 | 1010100 | 1100010 | 1000111 | 1010 |
Color Harmonies of #142A07
Complementary color
Monochromatic Colors of #142A07
Black with #142A07
Text Example
Text Example
White with #142A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142A07; }
p { color: rgb(20,42,7); }
H1.HeaderClassName
{
color: #142A07;
}
.AnyTagClassName
{
color: #142A07;
}
</style>
background-color css
<style>
a { background-color: #142A07; }
a { background-color: rgb(20,42,7); }
div.DivClassName
{
background-color: #142A07;
}
.BgClassName
{
background-color: #142A07;
}
</style>
border-color css
<style>
span { border-color: #142A07; }
span { border-color: rgb(20,42,7); }
td.TdClassName
{
border-color: #142A07;
}
.TagClassName
{
border-color: #142A07;
}
</style>