Shades of Pine Tree #1A2015
Tints of Pine Tree #1A2015
RGB
CMYK
RGB Variations
Color information
#1A2015 (or 0x1A2015) is known color: Pine Tree. HEX triplet: 1A, 20 and 15. RGB value is (26,32,21). Sum of RGB (Red+Green+Blue) = 26+32+21=79 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.91% from 79); Green value is 32 (12.89% from 255 or 40.51% from 79); Blue value is 21 (8.59% from 255 or 26.58% from 79); Max value from RGB is 32 - color contains mainly: green. Hex color #1A2015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A2015 is #E5DFEA. Grayscale: #1C1C1C. Windows color (decimal): -15065067 or 1384474. OLE color: 1384474.
HSL color Cylindrical-coordinate representation of color #1A2015: hue angle of 92.73º degrees, saturation: 0.21, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #1A2015 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 26 | 32 | 21 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.87 |
| HSL | 92.73º | 0.21% | 0.1% | - |
| HSV(B) | 92.73º | 0.34% | 0.13% | - |
| XYZ | 1.08 | 1.31 | 0.9 | - |
| YUV | 28.95 | 123.51 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 32 | 21 | 0.19 | 0 | 0.34 | 0.87 | 92.73 | 0.21 | 0.1 |
| Hex | 1A | 20 | 15 | 13 | 0 | 22 | 57 | 5D | 15 | A |
| Octal | 32 | 40 | 25 | 23 | 0 | 42 | 127 | 135 | 25 | 12 |
| Binary | 11010 | 100000 | 10101 | 10011 | 0 | 100010 | 1010111 | 1011101 | 10101 | 1010 |
Color Harmonies of #1A2015
Complementary color
Monochromatic Colors of #1A2015
Black with #1A2015
Text Example
Text Example
White with #1A2015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2015; }
p { color: rgb(26,32,21); }
H1.HeaderClassName
{
color: #1A2015;
}
.AnyTagClassName
{
color: #1A2015;
}
</style>
background-color css
<style>
a { background-color: #1A2015; }
a { background-color: rgb(26,32,21); }
div.DivClassName
{
background-color: #1A2015;
}
.BgClassName
{
background-color: #1A2015;
}
</style>
border-color css
<style>
span { border-color: #1A2015; }
span { border-color: rgb(26,32,21); }
td.TdClassName
{
border-color: #1A2015;
}
.TagClassName
{
border-color: #1A2015;
}
</style>