Shades of Pine Tree #151D0D
Tints of Pine Tree #151D0D
RGB
CMYK
RGB Variations
Color information
#151D0D (or 0x151D0D) is known color: Pine Tree. HEX triplet: 15, 1D and 0D. RGB value is (21,29,13). Sum of RGB (Red+Green+Blue) = 21+29+13=63 (8% of max value = 765). Red value is 21 (8.59% from 255 or 33.33% from 63); Green value is 29 (11.72% from 255 or 46.03% from 63); Blue value is 13 (5.47% from 255 or 20.63% from 63); Max value from RGB is 29 - color contains mainly: green. Hex color #151D0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #151D0D is #EAE2F2. Grayscale: #181818. Windows color (decimal): -15393523 or 859413. OLE color: 859413.
HSL color Cylindrical-coordinate representation of color #151D0D: hue angle of 90º degrees, saturation: 0.38, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #151D0D is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 21 | 29 | 13 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.89 |
| HSL | 90º | 0.38% | 0.08% | - |
| HSV(B) | 90º | 0.55% | 0.11% | - |
| XYZ | 0.82 | 1.07 | 0.54 | - |
| YUV | 24.78 | 121.35 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 29 | 13 | 0.28 | 0 | 0.55 | 0.89 | 90 | 0.38 | 0.08 |
| Hex | 15 | 1D | D | 1C | 0 | 37 | 59 | 5A | 26 | 8 |
| Octal | 25 | 35 | 15 | 34 | 0 | 67 | 131 | 132 | 46 | 10 |
| Binary | 10101 | 11101 | 1101 | 11100 | 0 | 110111 | 1011001 | 1011010 | 100110 | 1000 |
Color Harmonies of #151D0D
Complementary color
Monochromatic Colors of #151D0D
Black with #151D0D
Text Example
Text Example
White with #151D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151D0D; }
p { color: rgb(21,29,13); }
H1.HeaderClassName
{
color: #151D0D;
}
.AnyTagClassName
{
color: #151D0D;
}
</style>
background-color css
<style>
a { background-color: #151D0D; }
a { background-color: rgb(21,29,13); }
div.DivClassName
{
background-color: #151D0D;
}
.BgClassName
{
background-color: #151D0D;
}
</style>
border-color css
<style>
span { border-color: #151D0D; }
span { border-color: rgb(21,29,13); }
td.TdClassName
{
border-color: #151D0D;
}
.TagClassName
{
border-color: #151D0D;
}
</style>