Shades of Pine Tree #1A1E16
Tints of Pine Tree #1A1E16
RGB
CMYK
RGB Variations
Color information
#1A1E16 (or 0x1A1E16) is known color: Pine Tree. HEX triplet: 1A, 1E and 16. RGB value is (26,30,22). Sum of RGB (Red+Green+Blue) = 26+30+22=78 (10% of max value = 765). Red value is 26 (10.55% from 255 or 33.33% from 78); Green value is 30 (12.11% from 255 or 38.46% from 78); Blue value is 22 (8.98% from 255 or 28.21% from 78); Max value from RGB is 30 - color contains mainly: green. Hex color #1A1E16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1E16 is #E5E1E9. Grayscale: #1B1B1B. Windows color (decimal): -15065578 or 1449498. OLE color: 1449498.
HSL color Cylindrical-coordinate representation of color #1A1E16: hue angle of 90º degrees, saturation: 0.15, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #1A1E16 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 26 | 30 | 22 | - |
| CMYK | 0.13 | 0 | 0.27 | 0.88 |
| HSL | 90º | 0.15% | 0.1% | - |
| HSV(B) | 90º | 0.27% | 0.12% | - |
| XYZ | 1.04 | 1.21 | 0.94 | - |
| YUV | 27.89 | 124.67 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 30 | 22 | 0.13 | 0 | 0.27 | 0.88 | 90 | 0.15 | 0.1 |
| Hex | 1A | 1E | 16 | D | 0 | 1B | 58 | 5A | F | A |
| Octal | 32 | 36 | 26 | 15 | 0 | 33 | 130 | 132 | 17 | 12 |
| Binary | 11010 | 11110 | 10110 | 1101 | 0 | 11011 | 1011000 | 1011010 | 1111 | 1010 |
Color Harmonies of #1A1E16
Complementary color
Monochromatic Colors of #1A1E16
Black with #1A1E16
Text Example
Text Example
White with #1A1E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1E16; }
p { color: rgb(26,30,22); }
H1.HeaderClassName
{
color: #1A1E16;
}
.AnyTagClassName
{
color: #1A1E16;
}
</style>
background-color css
<style>
a { background-color: #1A1E16; }
a { background-color: rgb(26,30,22); }
div.DivClassName
{
background-color: #1A1E16;
}
.BgClassName
{
background-color: #1A1E16;
}
</style>
border-color css
<style>
span { border-color: #1A1E16; }
span { border-color: rgb(26,30,22); }
td.TdClassName
{
border-color: #1A1E16;
}
.TagClassName
{
border-color: #1A1E16;
}
</style>