Shades of Pine Tree #1A2410
Tints of Pine Tree #1A2410
RGB
CMYK
RGB Variations
Color information
#1A2410 (or 0x1A2410) is known color: Pine Tree. HEX triplet: 1A, 24 and 10. RGB value is (26,36,16). Sum of RGB (Red+Green+Blue) = 26+36+16=78 (10% of max value = 765). Red value is 26 (10.55% from 255 or 33.33% from 78); Green value is 36 (14.45% from 255 or 46.15% from 78); Blue value is 16 (6.64% from 255 or 20.51% from 78); Max value from RGB is 36 - color contains mainly: green. Hex color #1A2410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A2410 is #E5DBEF. Grayscale: #1E1E1E. Windows color (decimal): -15064048 or 1057818. OLE color: 1057818.
HSL color Cylindrical-coordinate representation of color #1A2410: hue angle of 90º degrees, saturation: 0.38, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1A2410 is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 26 | 36 | 16 | - |
| CMYK | 0.28 | 0 | 0.56 | 0.86 |
| HSL | 90º | 0.38% | 0.1% | - |
| HSV(B) | 90º | 0.56% | 0.14% | - |
| XYZ | 1.15 | 1.52 | 0.72 | - |
| YUV | 30.73 | 119.69 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 36 | 16 | 0.28 | 0 | 0.56 | 0.86 | 90 | 0.38 | 0.1 |
| Hex | 1A | 24 | 10 | 1C | 0 | 38 | 56 | 5A | 26 | A |
| Octal | 32 | 44 | 20 | 34 | 0 | 70 | 126 | 132 | 46 | 12 |
| Binary | 11010 | 100100 | 10000 | 11100 | 0 | 111000 | 1010110 | 1011010 | 100110 | 1010 |
Color Harmonies of #1A2410
Complementary color
Monochromatic Colors of #1A2410
Black with #1A2410
Text Example
Text Example
White with #1A2410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2410; }
p { color: rgb(26,36,16); }
H1.HeaderClassName
{
color: #1A2410;
}
.AnyTagClassName
{
color: #1A2410;
}
</style>
background-color css
<style>
a { background-color: #1A2410; }
a { background-color: rgb(26,36,16); }
div.DivClassName
{
background-color: #1A2410;
}
.BgClassName
{
background-color: #1A2410;
}
</style>
border-color css
<style>
span { border-color: #1A2410; }
span { border-color: rgb(26,36,16); }
td.TdClassName
{
border-color: #1A2410;
}
.TagClassName
{
border-color: #1A2410;
}
</style>