Shades of Pine Tree #141A09
Tints of Pine Tree #141A09
RGB
CMYK
RGB Variations
Color information
#141A09 (or 0x141A09) is known color: Pine Tree. HEX triplet: 14, 1A and 09. RGB value is (20,26,9). Sum of RGB (Red+Green+Blue) = 20+26+9=55 (7% of max value = 765). Red value is 20 (8.20% from 255 or 36.36% from 55); Green value is 26 (10.55% from 255 or 47.27% from 55); Blue value is 9 (3.91% from 255 or 16.36% from 55); Max value from RGB is 26 - color contains mainly: green. Hex color #141A09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141A09 is #EBE5F6. Grayscale: #161616. Windows color (decimal): -15459831 or 596500. OLE color: 596500.
HSL color Cylindrical-coordinate representation of color #141A09: hue angle of 81.18º degrees, saturation: 0.49, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #141A09 is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 20 | 26 | 9 | - |
| CMYK | 0.23 | 0 | 0.65 | 0.90 |
| HSL | 81.18º | 0.49% | 0.07% | - |
| HSV(B) | 81.18º | 0.65% | 0.1% | - |
| XYZ | 0.71 | 0.91 | 0.4 | - |
| YUV | 22.27 | 120.51 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 9 | 0.23 | 0 | 0.65 | 0.90 | 81.18 | 0.49 | 0.07 |
| Hex | 14 | 1A | 9 | 17 | 0 | 41 | 5A | 51 | 31 | 7 |
| Octal | 24 | 32 | 11 | 27 | 0 | 101 | 132 | 121 | 61 | 7 |
| Binary | 10100 | 11010 | 1001 | 10111 | 0 | 1000001 | 1011010 | 1010001 | 110001 | 111 |
Color Harmonies of #141A09
Complementary color
Monochromatic Colors of #141A09
Black with #141A09
Text Example
Text Example
White with #141A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141A09; }
p { color: rgb(20,26,9); }
H1.HeaderClassName
{
color: #141A09;
}
.AnyTagClassName
{
color: #141A09;
}
</style>
background-color css
<style>
a { background-color: #141A09; }
a { background-color: rgb(20,26,9); }
div.DivClassName
{
background-color: #141A09;
}
.BgClassName
{
background-color: #141A09;
}
</style>
border-color css
<style>
span { border-color: #141A09; }
span { border-color: rgb(20,26,9); }
td.TdClassName
{
border-color: #141A09;
}
.TagClassName
{
border-color: #141A09;
}
</style>