Shades of Pine Tree #141C0F
Tints of Pine Tree #141C0F
RGB
CMYK
RGB Variations
Color information
#141C0F (or 0x141C0F) is known color: Pine Tree. HEX triplet: 14, 1C and 0F. RGB value is (20,28,15). Sum of RGB (Red+Green+Blue) = 20+28+15=63 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.75% from 63); Green value is 28 (11.33% from 255 or 44.44% from 63); Blue value is 15 (6.25% from 255 or 23.81% from 63); Max value from RGB is 28 - color contains mainly: green. Hex color #141C0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141C0F is #EBE3F0. Grayscale: #181818. Windows color (decimal): -15459313 or 990228. OLE color: 990228.
HSL color Cylindrical-coordinate representation of color #141C0F: hue angle of 96.92º degrees, saturation: 0.3, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #141C0F is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 20 | 28 | 15 | - |
| CMYK | 0.29 | 0 | 0.46 | 0.89 |
| HSL | 96.92º | 0.3% | 0.08% | - |
| HSV(B) | 96.92º | 0.46% | 0.11% | - |
| XYZ | 0.79 | 1.01 | 0.61 | - |
| YUV | 24.13 | 122.85 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 15 | 0.29 | 0 | 0.46 | 0.89 | 96.92 | 0.3 | 0.08 |
| Hex | 14 | 1C | F | 1D | 0 | 2E | 59 | 61 | 1E | 8 |
| Octal | 24 | 34 | 17 | 35 | 0 | 56 | 131 | 141 | 36 | 10 |
| Binary | 10100 | 11100 | 1111 | 11101 | 0 | 101110 | 1011001 | 1100001 | 11110 | 1000 |
Color Harmonies of #141C0F
Complementary color
Monochromatic Colors of #141C0F
Black with #141C0F
Text Example
Text Example
White with #141C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141C0F; }
p { color: rgb(20,28,15); }
H1.HeaderClassName
{
color: #141C0F;
}
.AnyTagClassName
{
color: #141C0F;
}
</style>
background-color css
<style>
a { background-color: #141C0F; }
a { background-color: rgb(20,28,15); }
div.DivClassName
{
background-color: #141C0F;
}
.BgClassName
{
background-color: #141C0F;
}
</style>
border-color css
<style>
span { border-color: #141C0F; }
span { border-color: rgb(20,28,15); }
td.TdClassName
{
border-color: #141C0F;
}
.TagClassName
{
border-color: #141C0F;
}
</style>