Shades of Pine Tree #141B09
Tints of Pine Tree #141B09
RGB
CMYK
RGB Variations
Color information
#141B09 (or 0x141B09) is known color: Pine Tree. HEX triplet: 14, 1B and 09. RGB value is (20,27,9). Sum of RGB (Red+Green+Blue) = 20+27+9=56 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.71% from 56); Green value is 27 (10.94% from 255 or 48.21% from 56); Blue value is 9 (3.91% from 255 or 16.07% from 56); Max value from RGB is 27 - color contains mainly: green. Hex color #141B09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141B09 is #EBE4F6. Grayscale: #161616. Windows color (decimal): -15459575 or 596756. OLE color: 596756.
HSL color Cylindrical-coordinate representation of color #141B09: hue angle of 83.33º degrees, saturation: 0.5, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #141B09 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 20 | 27 | 9 | - |
| CMYK | 0.26 | 0 | 0.67 | 0.89 |
| HSL | 83.33º | 0.5% | 0.07% | - |
| HSV(B) | 83.33º | 0.67% | 0.11% | - |
| XYZ | 0.73 | 0.95 | 0.4 | - |
| YUV | 22.86 | 120.18 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 27 | 9 | 0.26 | 0 | 0.67 | 0.89 | 83.33 | 0.5 | 0.07 |
| Hex | 14 | 1B | 9 | 1A | 0 | 43 | 59 | 53 | 32 | 7 |
| Octal | 24 | 33 | 11 | 32 | 0 | 103 | 131 | 123 | 62 | 7 |
| Binary | 10100 | 11011 | 1001 | 11010 | 0 | 1000011 | 1011001 | 1010011 | 110010 | 111 |
Color Harmonies of #141B09
Complementary color
Monochromatic Colors of #141B09
Black with #141B09
Text Example
Text Example
White with #141B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141B09; }
p { color: rgb(20,27,9); }
H1.HeaderClassName
{
color: #141B09;
}
.AnyTagClassName
{
color: #141B09;
}
</style>
background-color css
<style>
a { background-color: #141B09; }
a { background-color: rgb(20,27,9); }
div.DivClassName
{
background-color: #141B09;
}
.BgClassName
{
background-color: #141B09;
}
</style>
border-color css
<style>
span { border-color: #141B09; }
span { border-color: rgb(20,27,9); }
td.TdClassName
{
border-color: #141B09;
}
.TagClassName
{
border-color: #141B09;
}
</style>