Shades of Pine Tree #1A2412
Tints of Pine Tree #1A2412
RGB
CMYK
RGB Variations
Color information
#1A2412 (or 0x1A2412) is known color: Pine Tree. HEX triplet: 1A, 24 and 12. RGB value is (26,36,18). Sum of RGB (Red+Green+Blue) = 26+36+18=80 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.5% from 80); Green value is 36 (14.45% from 255 or 45% from 80); Blue value is 18 (7.42% from 255 or 22.5% from 80); Max value from RGB is 36 - color contains mainly: green. Hex color #1A2412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A2412 is #E5DBED. Grayscale: #1F1F1F. Windows color (decimal): -15064046 or 1188890. OLE color: 1188890.
HSL color Cylindrical-coordinate representation of color #1A2412: hue angle of 93.33º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1A2412 is Cyan = 0.28, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 26 | 36 | 18 | - |
| CMYK | 0.28 | 0 | 0.5 | 0.86 |
| HSL | 93.33º | 0.33% | 0.11% | - |
| HSV(B) | 93.33º | 0.5% | 0.14% | - |
| XYZ | 1.17 | 1.53 | 0.81 | - |
| YUV | 30.96 | 120.69 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 36 | 18 | 0.28 | 0 | 0.5 | 0.86 | 93.33 | 0.33 | 0.11 |
| Hex | 1A | 24 | 12 | 1C | 0 | 32 | 56 | 5D | 21 | B |
| Octal | 32 | 44 | 22 | 34 | 0 | 62 | 126 | 135 | 41 | 13 |
| Binary | 11010 | 100100 | 10010 | 11100 | 0 | 110010 | 1010110 | 1011101 | 100001 | 1011 |
Color Harmonies of #1A2412
Complementary color
Monochromatic Colors of #1A2412
Black with #1A2412
Text Example
Text Example
White with #1A2412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2412; }
p { color: rgb(26,36,18); }
H1.HeaderClassName
{
color: #1A2412;
}
.AnyTagClassName
{
color: #1A2412;
}
</style>
background-color css
<style>
a { background-color: #1A2412; }
a { background-color: rgb(26,36,18); }
div.DivClassName
{
background-color: #1A2412;
}
.BgClassName
{
background-color: #1A2412;
}
</style>
border-color css
<style>
span { border-color: #1A2412; }
span { border-color: rgb(26,36,18); }
td.TdClassName
{
border-color: #1A2412;
}
.TagClassName
{
border-color: #1A2412;
}
</style>