Shades of Pine Tree #151C0A
Tints of Pine Tree #151C0A
RGB
CMYK
RGB Variations
Color information
#151C0A (or 0x151C0A) is known color: Pine Tree. HEX triplet: 15, 1C and 0A. RGB value is (21,28,10). Sum of RGB (Red+Green+Blue) = 21+28+10=59 (7% of max value = 765). Red value is 21 (8.59% from 255 or 35.59% from 59); Green value is 28 (11.33% from 255 or 47.46% from 59); Blue value is 10 (4.30% from 255 or 16.95% from 59); Max value from RGB is 28 - color contains mainly: green. Hex color #151C0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #151C0A is #EAE3F5. Grayscale: #171717. Windows color (decimal): -15393782 or 662549. OLE color: 662549.
HSL color Cylindrical-coordinate representation of color #151C0A: hue angle of 83.33º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #151C0A is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 21 | 28 | 10 | - |
| CMYK | 0.25 | 0 | 0.64 | 0.89 |
| HSL | 83.33º | 0.47% | 0.07% | - |
| HSV(B) | 83.33º | 0.64% | 0.11% | - |
| XYZ | 0.78 | 1.01 | 0.44 | - |
| YUV | 23.86 | 120.18 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 28 | 10 | 0.25 | 0 | 0.64 | 0.89 | 83.33 | 0.47 | 0.07 |
| Hex | 15 | 1C | A | 19 | 0 | 40 | 59 | 53 | 2F | 7 |
| Octal | 25 | 34 | 12 | 31 | 0 | 100 | 131 | 123 | 57 | 7 |
| Binary | 10101 | 11100 | 1010 | 11001 | 0 | 1000000 | 1011001 | 1010011 | 101111 | 111 |
Color Harmonies of #151C0A
Complementary color
Monochromatic Colors of #151C0A
Black with #151C0A
Text Example
Text Example
White with #151C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151C0A; }
p { color: rgb(21,28,10); }
H1.HeaderClassName
{
color: #151C0A;
}
.AnyTagClassName
{
color: #151C0A;
}
</style>
background-color css
<style>
a { background-color: #151C0A; }
a { background-color: rgb(21,28,10); }
div.DivClassName
{
background-color: #151C0A;
}
.BgClassName
{
background-color: #151C0A;
}
</style>
border-color css
<style>
span { border-color: #151C0A; }
span { border-color: rgb(21,28,10); }
td.TdClassName
{
border-color: #151C0A;
}
.TagClassName
{
border-color: #151C0A;
}
</style>