Shades of Pine Tree #151D0E
Tints of Pine Tree #151D0E
RGB
CMYK
RGB Variations
Color information
#151D0E (or 0x151D0E) is known color: Pine Tree. HEX triplet: 15, 1D and 0E. RGB value is (21,29,14). Sum of RGB (Red+Green+Blue) = 21+29+14=64 (8% of max value = 765). Red value is 21 (8.59% from 255 or 32.81% from 64); Green value is 29 (11.72% from 255 or 45.31% from 64); Blue value is 14 (5.86% from 255 or 21.88% from 64); Max value from RGB is 29 - color contains mainly: green. Hex color #151D0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #151D0E is #EAE2F1. Grayscale: #181818. Windows color (decimal): -15393522 or 924949. OLE color: 924949.
HSL color Cylindrical-coordinate representation of color #151D0E: hue angle of 92º degrees, saturation: 0.35, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #151D0E is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 21 | 29 | 14 | - |
| CMYK | 0.28 | 0 | 0.52 | 0.89 |
| HSL | 92º | 0.35% | 0.08% | - |
| HSV(B) | 92º | 0.52% | 0.11% | - |
| XYZ | 0.83 | 1.07 | 0.58 | - |
| YUV | 24.9 | 121.85 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 29 | 14 | 0.28 | 0 | 0.52 | 0.89 | 92 | 0.35 | 0.08 |
| Hex | 15 | 1D | E | 1C | 0 | 34 | 59 | 5C | 23 | 8 |
| Octal | 25 | 35 | 16 | 34 | 0 | 64 | 131 | 134 | 43 | 10 |
| Binary | 10101 | 11101 | 1110 | 11100 | 0 | 110100 | 1011001 | 1011100 | 100011 | 1000 |
Color Harmonies of #151D0E
Complementary color
Monochromatic Colors of #151D0E
Black with #151D0E
Text Example
Text Example
White with #151D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151D0E; }
p { color: rgb(21,29,14); }
H1.HeaderClassName
{
color: #151D0E;
}
.AnyTagClassName
{
color: #151D0E;
}
</style>
background-color css
<style>
a { background-color: #151D0E; }
a { background-color: rgb(21,29,14); }
div.DivClassName
{
background-color: #151D0E;
}
.BgClassName
{
background-color: #151D0E;
}
</style>
border-color css
<style>
span { border-color: #151D0E; }
span { border-color: rgb(21,29,14); }
td.TdClassName
{
border-color: #151D0E;
}
.TagClassName
{
border-color: #151D0E;
}
</style>