Shades of Pine Tree #141C01
Tints of Pine Tree #141C01
RGB
CMYK
RGB Variations
Color information
#141C01 (or 0x141C01) is known color: Pine Tree. HEX triplet: 14, 1C and 01. RGB value is (20,28,1). Sum of RGB (Red+Green+Blue) = 20+28+1=49 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40.82% from 49); Green value is 28 (11.33% from 255 or 57.14% from 49); Blue value is 1 (0.78% from 255 or 2.04% from 49); Max value from RGB is 28 - color contains mainly: green. Hex color #141C01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141C01 is #EBE3FE. Grayscale: #161616. Windows color (decimal): -15459327 or 72724. OLE color: 72724.
HSL color Cylindrical-coordinate representation of color #141C01: hue angle of 77.78º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #141C01 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 20 | 28 | 1 | - |
| CMYK | 0.29 | 0 | 0.96 | 0.89 |
| HSL | 77.78º | 0.93% | 0.06% | - |
| HSV(B) | 77.78º | 0.96% | 0.11% | - |
| XYZ | 0.71 | 0.98 | 0.18 | - |
| YUV | 22.53 | 115.85 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 1 | 0.29 | 0 | 0.96 | 0.89 | 77.78 | 0.93 | 0.06 |
| Hex | 14 | 1C | 1 | 1D | 0 | 60 | 59 | 4E | 5D | 6 |
| Octal | 24 | 34 | 1 | 35 | 0 | 140 | 131 | 116 | 135 | 6 |
| Binary | 10100 | 11100 | 1 | 11101 | 0 | 1100000 | 1011001 | 1001110 | 1011101 | 110 |
Color Harmonies of #141C01
Complementary color
Monochromatic Colors of #141C01
Black with #141C01
Text Example
Text Example
White with #141C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141C01; }
p { color: rgb(20,28,1); }
H1.HeaderClassName
{
color: #141C01;
}
.AnyTagClassName
{
color: #141C01;
}
</style>
background-color css
<style>
a { background-color: #141C01; }
a { background-color: rgb(20,28,1); }
div.DivClassName
{
background-color: #141C01;
}
.BgClassName
{
background-color: #141C01;
}
</style>
border-color css
<style>
span { border-color: #141C01; }
span { border-color: rgb(20,28,1); }
td.TdClassName
{
border-color: #141C01;
}
.TagClassName
{
border-color: #141C01;
}
</style>