Shades of Pine Tree #141D01
Tints of Pine Tree #141D01
RGB
CMYK
RGB Variations
Color information
#141D01 (or 0x141D01) is known color: Pine Tree. HEX triplet: 14, 1D and 01. RGB value is (20,29,1). Sum of RGB (Red+Green+Blue) = 20+29+1=50 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40% from 50); Green value is 29 (11.72% from 255 or 58% from 50); Blue value is 1 (0.78% from 255 or 2% from 50); Max value from RGB is 29 - color contains mainly: green. Hex color #141D01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141D01 is #EBE2FE. Grayscale: #171717. Windows color (decimal): -15459071 or 72980. OLE color: 72980.
HSL color Cylindrical-coordinate representation of color #141D01: hue angle of 79.29º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #141D01 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 20 | 29 | 1 | - |
| CMYK | 0.31 | 0 | 0.97 | 0.89 |
| HSL | 79.29º | 0.93% | 0.06% | - |
| HSV(B) | 79.29º | 0.97% | 0.11% | - |
| XYZ | 0.73 | 1.03 | 0.19 | - |
| YUV | 23.12 | 115.52 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 29 | 1 | 0.31 | 0 | 0.97 | 0.89 | 79.29 | 0.93 | 0.06 |
| Hex | 14 | 1D | 1 | 1F | 0 | 61 | 59 | 4F | 5D | 6 |
| Octal | 24 | 35 | 1 | 37 | 0 | 141 | 131 | 117 | 135 | 6 |
| Binary | 10100 | 11101 | 1 | 11111 | 0 | 1100001 | 1011001 | 1001111 | 1011101 | 110 |
Color Harmonies of #141D01
Complementary color
Monochromatic Colors of #141D01
Black with #141D01
Text Example
Text Example
White with #141D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141D01; }
p { color: rgb(20,29,1); }
H1.HeaderClassName
{
color: #141D01;
}
.AnyTagClassName
{
color: #141D01;
}
</style>
background-color css
<style>
a { background-color: #141D01; }
a { background-color: rgb(20,29,1); }
div.DivClassName
{
background-color: #141D01;
}
.BgClassName
{
background-color: #141D01;
}
</style>
border-color css
<style>
span { border-color: #141D01; }
span { border-color: rgb(20,29,1); }
td.TdClassName
{
border-color: #141D01;
}
.TagClassName
{
border-color: #141D01;
}
</style>