Shades of Pine Tree #14190F
Tints of Pine Tree #14190F
RGB
CMYK
RGB Variations
Color information
#14190F (or 0x14190F) is known color: Pine Tree. HEX triplet: 14, 19 and 0F. RGB value is (20,25,15). Sum of RGB (Red+Green+Blue) = 20+25+15=60 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.33% from 60); Green value is 25 (10.16% from 255 or 41.67% from 60); Blue value is 15 (6.25% from 255 or 25% from 60); Max value from RGB is 25 - color contains mainly: green. Hex color #14190F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14190F is #EBE6F0. Grayscale: #161616. Windows color (decimal): -15460081 or 989460. OLE color: 989460.
HSL color Cylindrical-coordinate representation of color #14190F: hue angle of 90º degrees, saturation: 0.25, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #14190F is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 20 | 25 | 15 | - |
| CMYK | 0.20 | 0 | 0.40 | 0.90 |
| HSL | 90º | 0.25% | 0.08% | - |
| HSV(B) | 90º | 0.4% | 0.1% | - |
| XYZ | 0.72 | 0.88 | 0.58 | - |
| YUV | 22.37 | 123.84 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 25 | 15 | 0.20 | 0 | 0.40 | 0.90 | 90 | 0.25 | 0.08 |
| Hex | 14 | 19 | F | 14 | 0 | 28 | 5A | 5A | 19 | 8 |
| Octal | 24 | 31 | 17 | 24 | 0 | 50 | 132 | 132 | 31 | 10 |
| Binary | 10100 | 11001 | 1111 | 10100 | 0 | 101000 | 1011010 | 1011010 | 11001 | 1000 |
Color Harmonies of #14190F
Complementary color
Monochromatic Colors of #14190F
Black with #14190F
Text Example
Text Example
White with #14190F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14190F; }
p { color: rgb(20,25,15); }
H1.HeaderClassName
{
color: #14190F;
}
.AnyTagClassName
{
color: #14190F;
}
</style>
background-color css
<style>
a { background-color: #14190F; }
a { background-color: rgb(20,25,15); }
div.DivClassName
{
background-color: #14190F;
}
.BgClassName
{
background-color: #14190F;
}
</style>
border-color css
<style>
span { border-color: #14190F; }
span { border-color: rgb(20,25,15); }
td.TdClassName
{
border-color: #14190F;
}
.TagClassName
{
border-color: #14190F;
}
</style>