Shades of Pine Tree #151C0C
Tints of Pine Tree #151C0C
RGB
CMYK
RGB Variations
Color information
#151C0C (or 0x151C0C) is known color: Pine Tree. HEX triplet: 15, 1C and 0C. RGB value is (21,28,12). Sum of RGB (Red+Green+Blue) = 21+28+12=61 (8% of max value = 765). Red value is 21 (8.59% from 255 or 34.43% from 61); Green value is 28 (11.33% from 255 or 45.90% from 61); Blue value is 12 (5.08% from 255 or 19.67% from 61); Max value from RGB is 28 - color contains mainly: green. Hex color #151C0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #151C0C is #EAE3F3. Grayscale: #181818. Windows color (decimal): -15393780 or 793621. OLE color: 793621.
HSL color Cylindrical-coordinate representation of color #151C0C: hue angle of 86.25º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #151C0C is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 21 | 28 | 12 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.89 |
| HSL | 86.25º | 0.4% | 0.08% | - |
| HSV(B) | 86.25º | 0.57% | 0.11% | - |
| XYZ | 0.79 | 1.02 | 0.5 | - |
| YUV | 24.08 | 121.18 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 28 | 12 | 0.25 | 0 | 0.57 | 0.89 | 86.25 | 0.4 | 0.08 |
| Hex | 15 | 1C | C | 19 | 0 | 39 | 59 | 56 | 28 | 8 |
| Octal | 25 | 34 | 14 | 31 | 0 | 71 | 131 | 126 | 50 | 10 |
| Binary | 10101 | 11100 | 1100 | 11001 | 0 | 111001 | 1011001 | 1010110 | 101000 | 1000 |
Color Harmonies of #151C0C
Complementary color
Monochromatic Colors of #151C0C
Black with #151C0C
Text Example
Text Example
White with #151C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151C0C; }
p { color: rgb(21,28,12); }
H1.HeaderClassName
{
color: #151C0C;
}
.AnyTagClassName
{
color: #151C0C;
}
</style>
background-color css
<style>
a { background-color: #151C0C; }
a { background-color: rgb(21,28,12); }
div.DivClassName
{
background-color: #151C0C;
}
.BgClassName
{
background-color: #151C0C;
}
</style>
border-color css
<style>
span { border-color: #151C0C; }
span { border-color: rgb(21,28,12); }
td.TdClassName
{
border-color: #151C0C;
}
.TagClassName
{
border-color: #151C0C;
}
</style>