Shades of Pine Tree #141B05
Tints of Pine Tree #141B05
RGB
CMYK
RGB Variations
Color information
#141B05 (or 0x141B05) is known color: Pine Tree. HEX triplet: 14, 1B and 05. RGB value is (20,27,5). Sum of RGB (Red+Green+Blue) = 20+27+5=52 (6% of max value = 765). Red value is 20 (8.20% from 255 or 38.46% from 52); Green value is 27 (10.94% from 255 or 51.92% from 52); Blue value is 5 (2.34% from 255 or 9.62% from 52); Max value from RGB is 27 - color contains mainly: green. Hex color #141B05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141B05 is #EBE4FA. Grayscale: #161616. Windows color (decimal): -15459579 or 334612. OLE color: 334612.
HSL color Cylindrical-coordinate representation of color #141B05: hue angle of 79.09º degrees, saturation: 0.69, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #141B05 is Cyan = 0.26, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 20 | 27 | 5 | - |
| CMYK | 0.26 | 0 | 0.81 | 0.89 |
| HSL | 79.09º | 0.69% | 0.06% | - |
| HSV(B) | 79.09º | 0.81% | 0.11% | - |
| XYZ | 0.71 | 0.94 | 0.29 | - |
| YUV | 22.4 | 118.18 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 27 | 5 | 0.26 | 0 | 0.81 | 0.89 | 79.09 | 0.69 | 0.06 |
| Hex | 14 | 1B | 5 | 1A | 0 | 51 | 59 | 4F | 45 | 6 |
| Octal | 24 | 33 | 5 | 32 | 0 | 121 | 131 | 117 | 105 | 6 |
| Binary | 10100 | 11011 | 101 | 11010 | 0 | 1010001 | 1011001 | 1001111 | 1000101 | 110 |
Color Harmonies of #141B05
Complementary color
Monochromatic Colors of #141B05
Black with #141B05
Text Example
Text Example
White with #141B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141B05; }
p { color: rgb(20,27,5); }
H1.HeaderClassName
{
color: #141B05;
}
.AnyTagClassName
{
color: #141B05;
}
</style>
background-color css
<style>
a { background-color: #141B05; }
a { background-color: rgb(20,27,5); }
div.DivClassName
{
background-color: #141B05;
}
.BgClassName
{
background-color: #141B05;
}
</style>
border-color css
<style>
span { border-color: #141B05; }
span { border-color: rgb(20,27,5); }
td.TdClassName
{
border-color: #141B05;
}
.TagClassName
{
border-color: #141B05;
}
</style>