Shades of Pine Tree #141E06
Tints of Pine Tree #141E06
RGB
CMYK
RGB Variations
Color information
#141E06 (or 0x141E06) is known color: Pine Tree. HEX triplet: 14, 1E and 06. RGB value is (20,30,6). Sum of RGB (Red+Green+Blue) = 20+30+6=56 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.71% from 56); Green value is 30 (12.11% from 255 or 53.57% from 56); Blue value is 6 (2.73% from 255 or 10.71% from 56); Max value from RGB is 30 - color contains mainly: green. Hex color #141E06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141E06 is #EBE1F9. Grayscale: #181818. Windows color (decimal): -15458810 or 400916. OLE color: 400916.
HSL color Cylindrical-coordinate representation of color #141E06: hue angle of 85º degrees, saturation: 0.67, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #141E06 is Cyan = 0.33, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 20 | 30 | 6 | - |
| CMYK | 0.33 | 0 | 0.80 | 0.88 |
| HSL | 85º | 0.67% | 0.07% | - |
| HSV(B) | 85º | 0.8% | 0.12% | - |
| XYZ | 0.79 | 1.09 | 0.34 | - |
| YUV | 24.27 | 117.69 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 30 | 6 | 0.33 | 0 | 0.80 | 0.88 | 85 | 0.67 | 0.07 |
| Hex | 14 | 1E | 6 | 21 | 0 | 50 | 58 | 55 | 43 | 7 |
| Octal | 24 | 36 | 6 | 41 | 0 | 120 | 130 | 125 | 103 | 7 |
| Binary | 10100 | 11110 | 110 | 100001 | 0 | 1010000 | 1011000 | 1010101 | 1000011 | 111 |
Color Harmonies of #141E06
Complementary color
Monochromatic Colors of #141E06
Black with #141E06
Text Example
Text Example
White with #141E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141E06; }
p { color: rgb(20,30,6); }
H1.HeaderClassName
{
color: #141E06;
}
.AnyTagClassName
{
color: #141E06;
}
</style>
background-color css
<style>
a { background-color: #141E06; }
a { background-color: rgb(20,30,6); }
div.DivClassName
{
background-color: #141E06;
}
.BgClassName
{
background-color: #141E06;
}
</style>
border-color css
<style>
span { border-color: #141E06; }
span { border-color: rgb(20,30,6); }
td.TdClassName
{
border-color: #141E06;
}
.TagClassName
{
border-color: #141E06;
}
</style>