Shades of Pine Tree #141B07
Tints of Pine Tree #141B07
RGB
CMYK
RGB Variations
Color information
#141B07 (or 0x141B07) is known color: Pine Tree. HEX triplet: 14, 1B and 07. RGB value is (20,27,7). Sum of RGB (Red+Green+Blue) = 20+27+7=54 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.04% from 54); Green value is 27 (10.94% from 255 or 50% from 54); Blue value is 7 (3.12% from 255 or 12.96% from 54); Max value from RGB is 27 - color contains mainly: green. Hex color #141B07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141B07 is #EBE4F8. Grayscale: #161616. Windows color (decimal): -15459577 or 465684. OLE color: 465684.
HSL color Cylindrical-coordinate representation of color #141B07: hue angle of 81º degrees, saturation: 0.59, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #141B07 is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 20 | 27 | 7 | - |
| CMYK | 0.26 | 0 | 0.74 | 0.89 |
| HSL | 81º | 0.59% | 0.07% | - |
| HSV(B) | 81º | 0.74% | 0.11% | - |
| XYZ | 0.72 | 0.95 | 0.35 | - |
| YUV | 22.63 | 119.18 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 27 | 7 | 0.26 | 0 | 0.74 | 0.89 | 81 | 0.59 | 0.07 |
| Hex | 14 | 1B | 7 | 1A | 0 | 4A | 59 | 51 | 3B | 7 |
| Octal | 24 | 33 | 7 | 32 | 0 | 112 | 131 | 121 | 73 | 7 |
| Binary | 10100 | 11011 | 111 | 11010 | 0 | 1001010 | 1011001 | 1010001 | 111011 | 111 |
Color Harmonies of #141B07
Complementary color
Monochromatic Colors of #141B07
Black with #141B07
Text Example
Text Example
White with #141B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141B07; }
p { color: rgb(20,27,7); }
H1.HeaderClassName
{
color: #141B07;
}
.AnyTagClassName
{
color: #141B07;
}
</style>
background-color css
<style>
a { background-color: #141B07; }
a { background-color: rgb(20,27,7); }
div.DivClassName
{
background-color: #141B07;
}
.BgClassName
{
background-color: #141B07;
}
</style>
border-color css
<style>
span { border-color: #141B07; }
span { border-color: rgb(20,27,7); }
td.TdClassName
{
border-color: #141B07;
}
.TagClassName
{
border-color: #141B07;
}
</style>