Shades of Pine Tree #141A04
Tints of Pine Tree #141A04
RGB
CMYK
RGB Variations
Color information
#141A04 (or 0x141A04) is known color: Pine Tree. HEX triplet: 14, 1A and 04. RGB value is (20,26,4). Sum of RGB (Red+Green+Blue) = 20+26+4=50 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40% from 50); Green value is 26 (10.55% from 255 or 52% from 50); Blue value is 4 (1.95% from 255 or 8% from 50); Max value from RGB is 26 - color contains mainly: green. Hex color #141A04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141A04 is #EBE5FB. Grayscale: #151515. Windows color (decimal): -15459836 or 268820. OLE color: 268820.
HSL color Cylindrical-coordinate representation of color #141A04: hue angle of 76.36º degrees, saturation: 0.73, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #141A04 is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 20 | 26 | 4 | - |
| CMYK | 0.23 | 0 | 0.85 | 0.90 |
| HSL | 76.36º | 0.73% | 0.06% | - |
| HSV(B) | 76.36º | 0.85% | 0.1% | - |
| XYZ | 0.68 | 0.9 | 0.25 | - |
| YUV | 21.7 | 118.01 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 4 | 0.23 | 0 | 0.85 | 0.90 | 76.36 | 0.73 | 0.06 |
| Hex | 14 | 1A | 4 | 17 | 0 | 55 | 5A | 4C | 49 | 6 |
| Octal | 24 | 32 | 4 | 27 | 0 | 125 | 132 | 114 | 111 | 6 |
| Binary | 10100 | 11010 | 100 | 10111 | 0 | 1010101 | 1011010 | 1001100 | 1001001 | 110 |
Color Harmonies of #141A04
Complementary color
Monochromatic Colors of #141A04
Black with #141A04
Text Example
Text Example
White with #141A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141A04; }
p { color: rgb(20,26,4); }
H1.HeaderClassName
{
color: #141A04;
}
.AnyTagClassName
{
color: #141A04;
}
</style>
background-color css
<style>
a { background-color: #141A04; }
a { background-color: rgb(20,26,4); }
div.DivClassName
{
background-color: #141A04;
}
.BgClassName
{
background-color: #141A04;
}
</style>
border-color css
<style>
span { border-color: #141A04; }
span { border-color: rgb(20,26,4); }
td.TdClassName
{
border-color: #141A04;
}
.TagClassName
{
border-color: #141A04;
}
</style>