Shades of Pine Tree #14170F
Tints of Pine Tree #14170F
RGB
CMYK
RGB Variations
Color information
#14170F (or 0x14170F) is known color: Pine Tree. HEX triplet: 14, 17 and 0F. RGB value is (20,23,15). Sum of RGB (Red+Green+Blue) = 20+23+15=58 (7% of max value = 765). Red value is 20 (8.20% from 255 or 34.48% from 58); Green value is 23 (9.38% from 255 or 39.66% from 58); Blue value is 15 (6.25% from 255 or 25.86% from 58); Max value from RGB is 23 - color contains mainly: green. Hex color #14170F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14170F is #EBE8F0. Grayscale: #151515. Windows color (decimal): -15460593 or 988948. OLE color: 988948.
HSL color Cylindrical-coordinate representation of color #14170F: hue angle of 82.5º degrees, saturation: 0.21, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #14170F is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 20 | 23 | 15 | - |
| CMYK | 0.13 | 0 | 0.35 | 0.91 |
| HSL | 82.5º | 0.21% | 0.07% | - |
| HSV(B) | 82.5º | 0.35% | 0.09% | - |
| XYZ | 0.68 | 0.8 | 0.57 | - |
| YUV | 21.19 | 124.51 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 23 | 15 | 0.13 | 0 | 0.35 | 0.91 | 82.5 | 0.21 | 0.07 |
| Hex | 14 | 17 | F | D | 0 | 23 | 5B | 52 | 15 | 7 |
| Octal | 24 | 27 | 17 | 15 | 0 | 43 | 133 | 122 | 25 | 7 |
| Binary | 10100 | 10111 | 1111 | 1101 | 0 | 100011 | 1011011 | 1010010 | 10101 | 111 |
Color Harmonies of #14170F
Complementary color
Monochromatic Colors of #14170F
Black with #14170F
Text Example
Text Example
White with #14170F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14170F; }
p { color: rgb(20,23,15); }
H1.HeaderClassName
{
color: #14170F;
}
.AnyTagClassName
{
color: #14170F;
}
</style>
background-color css
<style>
a { background-color: #14170F; }
a { background-color: rgb(20,23,15); }
div.DivClassName
{
background-color: #14170F;
}
.BgClassName
{
background-color: #14170F;
}
</style>
border-color css
<style>
span { border-color: #14170F; }
span { border-color: rgb(20,23,15); }
td.TdClassName
{
border-color: #14170F;
}
.TagClassName
{
border-color: #14170F;
}
</style>