Shades of Pine Tree #141B02
Tints of Pine Tree #141B02
RGB
CMYK
RGB Variations
Color information
#141B02 (or 0x141B02) is known color: Pine Tree. HEX triplet: 14, 1B and 02. RGB value is (20,27,2). Sum of RGB (Red+Green+Blue) = 20+27+2=49 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40.82% from 49); Green value is 27 (10.94% from 255 or 55.10% from 49); Blue value is 2 (1.17% from 255 or 4.08% from 49); Max value from RGB is 27 - color contains mainly: green. Hex color #141B02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141B02 is #EBE4FD. Grayscale: #161616. Windows color (decimal): -15459582 or 138004. OLE color: 138004.
HSL color Cylindrical-coordinate representation of color #141B02: hue angle of 76.8º degrees, saturation: 0.86, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #141B02 is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 20 | 27 | 2 | - |
| CMYK | 0.26 | 0 | 0.93 | 0.89 |
| HSL | 76.8º | 0.86% | 0.06% | - |
| HSV(B) | 76.8º | 0.93% | 0.11% | - |
| XYZ | 0.69 | 0.94 | 0.2 | - |
| YUV | 22.06 | 116.68 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 27 | 2 | 0.26 | 0 | 0.93 | 0.89 | 76.8 | 0.86 | 0.06 |
| Hex | 14 | 1B | 2 | 1A | 0 | 5D | 59 | 4D | 56 | 6 |
| Octal | 24 | 33 | 2 | 32 | 0 | 135 | 131 | 115 | 126 | 6 |
| Binary | 10100 | 11011 | 10 | 11010 | 0 | 1011101 | 1011001 | 1001101 | 1010110 | 110 |
Color Harmonies of #141B02
Complementary color
Monochromatic Colors of #141B02
Black with #141B02
Text Example
Text Example
White with #141B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141B02; }
p { color: rgb(20,27,2); }
H1.HeaderClassName
{
color: #141B02;
}
.AnyTagClassName
{
color: #141B02;
}
</style>
background-color css
<style>
a { background-color: #141B02; }
a { background-color: rgb(20,27,2); }
div.DivClassName
{
background-color: #141B02;
}
.BgClassName
{
background-color: #141B02;
}
</style>
border-color css
<style>
span { border-color: #141B02; }
span { border-color: rgb(20,27,2); }
td.TdClassName
{
border-color: #141B02;
}
.TagClassName
{
border-color: #141B02;
}
</style>