Shades of Pine Tree #141B03
Tints of Pine Tree #141B03
RGB
CMYK
RGB Variations
Color information
#141B03 (or 0x141B03) is known color: Pine Tree. HEX triplet: 14, 1B and 03. RGB value is (20,27,3). Sum of RGB (Red+Green+Blue) = 20+27+3=50 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40% from 50); Green value is 27 (10.94% from 255 or 54% from 50); Blue value is 3 (1.56% from 255 or 6% from 50); Max value from RGB is 27 - color contains mainly: green. Hex color #141B03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141B03 is #EBE4FC. Grayscale: #161616. Windows color (decimal): -15459581 or 203540. OLE color: 203540.
HSL color Cylindrical-coordinate representation of color #141B03: hue angle of 77.5º degrees, saturation: 0.8, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #141B03 is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 20 | 27 | 3 | - |
| CMYK | 0.26 | 0 | 0.89 | 0.89 |
| HSL | 77.5º | 0.8% | 0.06% | - |
| HSV(B) | 77.5º | 0.89% | 0.11% | - |
| XYZ | 0.7 | 0.94 | 0.23 | - |
| YUV | 22.17 | 117.18 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 27 | 3 | 0.26 | 0 | 0.89 | 0.89 | 77.5 | 0.8 | 0.06 |
| Hex | 14 | 1B | 3 | 1A | 0 | 59 | 59 | 4E | 50 | 6 |
| Octal | 24 | 33 | 3 | 32 | 0 | 131 | 131 | 116 | 120 | 6 |
| Binary | 10100 | 11011 | 11 | 11010 | 0 | 1011001 | 1011001 | 1001110 | 1010000 | 110 |
Color Harmonies of #141B03
Complementary color
Monochromatic Colors of #141B03
Black with #141B03
Text Example
Text Example
White with #141B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141B03; }
p { color: rgb(20,27,3); }
H1.HeaderClassName
{
color: #141B03;
}
.AnyTagClassName
{
color: #141B03;
}
</style>
background-color css
<style>
a { background-color: #141B03; }
a { background-color: rgb(20,27,3); }
div.DivClassName
{
background-color: #141B03;
}
.BgClassName
{
background-color: #141B03;
}
</style>
border-color css
<style>
span { border-color: #141B03; }
span { border-color: rgb(20,27,3); }
td.TdClassName
{
border-color: #141B03;
}
.TagClassName
{
border-color: #141B03;
}
</style>