Shades of Pine Tree #151C0D
Tints of Pine Tree #151C0D
RGB
CMYK
RGB Variations
Color information
#151C0D (or 0x151C0D) is known color: Pine Tree. HEX triplet: 15, 1C and 0D. RGB value is (21,28,13). Sum of RGB (Red+Green+Blue) = 21+28+13=62 (8% of max value = 765). Red value is 21 (8.59% from 255 or 33.87% from 62); Green value is 28 (11.33% from 255 or 45.16% from 62); Blue value is 13 (5.47% from 255 or 20.97% from 62); Max value from RGB is 28 - color contains mainly: green. Hex color #151C0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #151C0D is #EAE3F2. Grayscale: #181818. Windows color (decimal): -15393779 or 859157. OLE color: 859157.
HSL color Cylindrical-coordinate representation of color #151C0D: hue angle of 88º degrees, saturation: 0.37, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #151C0D is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 21 | 28 | 13 | - |
| CMYK | 0.25 | 0 | 0.54 | 0.89 |
| HSL | 88º | 0.37% | 0.08% | - |
| HSV(B) | 88º | 0.54% | 0.11% | - |
| XYZ | 0.8 | 1.02 | 0.54 | - |
| YUV | 24.2 | 121.68 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 28 | 13 | 0.25 | 0 | 0.54 | 0.89 | 88 | 0.37 | 0.08 |
| Hex | 15 | 1C | D | 19 | 0 | 36 | 59 | 58 | 25 | 8 |
| Octal | 25 | 34 | 15 | 31 | 0 | 66 | 131 | 130 | 45 | 10 |
| Binary | 10101 | 11100 | 1101 | 11001 | 0 | 110110 | 1011001 | 1011000 | 100101 | 1000 |
Color Harmonies of #151C0D
Complementary color
Monochromatic Colors of #151C0D
Black with #151C0D
Text Example
Text Example
White with #151C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151C0D; }
p { color: rgb(21,28,13); }
H1.HeaderClassName
{
color: #151C0D;
}
.AnyTagClassName
{
color: #151C0D;
}
</style>
background-color css
<style>
a { background-color: #151C0D; }
a { background-color: rgb(21,28,13); }
div.DivClassName
{
background-color: #151C0D;
}
.BgClassName
{
background-color: #151C0D;
}
</style>
border-color css
<style>
span { border-color: #151C0D; }
span { border-color: rgb(21,28,13); }
td.TdClassName
{
border-color: #151C0D;
}
.TagClassName
{
border-color: #151C0D;
}
</style>