Shades of Pine Tree #141E05
Tints of Pine Tree #141E05
RGB
CMYK
RGB Variations
Color information
#141E05 (or 0x141E05) is known color: Pine Tree. HEX triplet: 14, 1E and 05. RGB value is (20,30,5). Sum of RGB (Red+Green+Blue) = 20+30+5=55 (7% of max value = 765). Red value is 20 (8.20% from 255 or 36.36% from 55); Green value is 30 (12.11% from 255 or 54.55% from 55); Blue value is 5 (2.34% from 255 or 9.09% from 55); Max value from RGB is 30 - color contains mainly: green. Hex color #141E05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141E05 is #EBE1FA. Grayscale: #181818. Windows color (decimal): -15458811 or 335380. OLE color: 335380.
HSL color Cylindrical-coordinate representation of color #141E05: hue angle of 84º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #141E05 is Cyan = 0.33, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 20 | 30 | 5 | - |
| CMYK | 0.33 | 0 | 0.83 | 0.88 |
| HSL | 84º | 0.71% | 0.07% | - |
| HSV(B) | 84º | 0.83% | 0.12% | - |
| XYZ | 0.78 | 1.09 | 0.31 | - |
| YUV | 24.16 | 117.19 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 30 | 5 | 0.33 | 0 | 0.83 | 0.88 | 84 | 0.71 | 0.07 |
| Hex | 14 | 1E | 5 | 21 | 0 | 53 | 58 | 54 | 47 | 7 |
| Octal | 24 | 36 | 5 | 41 | 0 | 123 | 130 | 124 | 107 | 7 |
| Binary | 10100 | 11110 | 101 | 100001 | 0 | 1010011 | 1011000 | 1010100 | 1000111 | 111 |
Color Harmonies of #141E05
Complementary color
Monochromatic Colors of #141E05
Black with #141E05
Text Example
Text Example
White with #141E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141E05; }
p { color: rgb(20,30,5); }
H1.HeaderClassName
{
color: #141E05;
}
.AnyTagClassName
{
color: #141E05;
}
</style>
background-color css
<style>
a { background-color: #141E05; }
a { background-color: rgb(20,30,5); }
div.DivClassName
{
background-color: #141E05;
}
.BgClassName
{
background-color: #141E05;
}
</style>
border-color css
<style>
span { border-color: #141E05; }
span { border-color: rgb(20,30,5); }
td.TdClassName
{
border-color: #141E05;
}
.TagClassName
{
border-color: #141E05;
}
</style>