Shades of Pine Tree #142A05
Tints of Pine Tree #142A05
RGB
CMYK
RGB Variations
Color information
#142A05 (or 0x142A05) is known color: Pine Tree. HEX triplet: 14, 2A and 05. RGB value is (20,42,5). Sum of RGB (Red+Green+Blue) = 20+42+5=67 (8% of max value = 765). Red value is 20 (8.20% from 255 or 29.85% from 67); Green value is 42 (16.80% from 255 or 62.69% from 67); Blue value is 5 (2.34% from 255 or 7.46% from 67); Max value from RGB is 42 - color contains mainly: green. Hex color #142A05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142A05 is #EBD5FA. Grayscale: #1F1F1F. Windows color (decimal): -15455739 or 338452. OLE color: 338452.
HSL color Cylindrical-coordinate representation of color #142A05: hue angle of 95.68º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #142A05 is Cyan = 0.52, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 20 | 42 | 5 | - |
| CMYK | 0.52 | 0 | 0.88 | 0.84 |
| HSL | 95.68º | 0.79% | 0.09% | - |
| HSV(B) | 95.68º | 0.88% | 0.16% | - |
| XYZ | 1.14 | 1.82 | 0.43 | - |
| YUV | 31.2 | 113.21 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 42 | 5 | 0.52 | 0 | 0.88 | 0.84 | 95.68 | 0.79 | 0.09 |
| Hex | 14 | 2A | 5 | 34 | 0 | 58 | 54 | 60 | 4F | 9 |
| Octal | 24 | 52 | 5 | 64 | 0 | 130 | 124 | 140 | 117 | 11 |
| Binary | 10100 | 101010 | 101 | 110100 | 0 | 1011000 | 1010100 | 1100000 | 1001111 | 1001 |
Color Harmonies of #142A05
Complementary color
Monochromatic Colors of #142A05
Black with #142A05
Text Example
Text Example
White with #142A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142A05; }
p { color: rgb(20,42,5); }
H1.HeaderClassName
{
color: #142A05;
}
.AnyTagClassName
{
color: #142A05;
}
</style>
background-color css
<style>
a { background-color: #142A05; }
a { background-color: rgb(20,42,5); }
div.DivClassName
{
background-color: #142A05;
}
.BgClassName
{
background-color: #142A05;
}
</style>
border-color css
<style>
span { border-color: #142A05; }
span { border-color: rgb(20,42,5); }
td.TdClassName
{
border-color: #142A05;
}
.TagClassName
{
border-color: #142A05;
}
</style>