Shades of Pine Tree #141A0B
Tints of Pine Tree #141A0B
RGB
CMYK
RGB Variations
Color information
#141A0B (or 0x141A0B) is known color: Pine Tree. HEX triplet: 14, 1A and 0B. RGB value is (20,26,11). Sum of RGB (Red+Green+Blue) = 20+26+11=57 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.09% from 57); Green value is 26 (10.55% from 255 or 45.61% from 57); Blue value is 11 (4.69% from 255 or 19.30% from 57); Max value from RGB is 26 - color contains mainly: green. Hex color #141A0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141A0B is #EBE5F4. Grayscale: #161616. Windows color (decimal): -15459829 or 727572. OLE color: 727572.
HSL color Cylindrical-coordinate representation of color #141A0B: hue angle of 84º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #141A0B is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 20 | 26 | 11 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.90 |
| HSL | 84º | 0.41% | 0.07% | - |
| HSV(B) | 84º | 0.58% | 0.1% | - |
| XYZ | 0.72 | 0.91 | 0.45 | - |
| YUV | 22.5 | 121.51 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 11 | 0.23 | 0 | 0.58 | 0.90 | 84 | 0.41 | 0.07 |
| Hex | 14 | 1A | B | 17 | 0 | 3A | 5A | 54 | 29 | 7 |
| Octal | 24 | 32 | 13 | 27 | 0 | 72 | 132 | 124 | 51 | 7 |
| Binary | 10100 | 11010 | 1011 | 10111 | 0 | 111010 | 1011010 | 1010100 | 101001 | 111 |
Color Harmonies of #141A0B
Complementary color
Monochromatic Colors of #141A0B
Black with #141A0B
Text Example
Text Example
White with #141A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141A0B; }
p { color: rgb(20,26,11); }
H1.HeaderClassName
{
color: #141A0B;
}
.AnyTagClassName
{
color: #141A0B;
}
</style>
background-color css
<style>
a { background-color: #141A0B; }
a { background-color: rgb(20,26,11); }
div.DivClassName
{
background-color: #141A0B;
}
.BgClassName
{
background-color: #141A0B;
}
</style>
border-color css
<style>
span { border-color: #141A0B; }
span { border-color: rgb(20,26,11); }
td.TdClassName
{
border-color: #141A0B;
}
.TagClassName
{
border-color: #141A0B;
}
</style>