Shades of Pine Tree #1A2A0C
Tints of Pine Tree #1A2A0C
RGB
CMYK
RGB Variations
Color information
#1A2A0C (or 0x1A2A0C) is known color: Pine Tree. HEX triplet: 1A, 2A and 0C. RGB value is (26,42,12). Sum of RGB (Red+Green+Blue) = 26+42+12=80 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.5% from 80); Green value is 42 (16.80% from 255 or 52.5% from 80); Blue value is 12 (5.08% from 255 or 15% from 80); Max value from RGB is 42 - color contains mainly: green. Hex color #1A2A0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A2A0C is #E5D5F3. Grayscale: #212121. Windows color (decimal): -15062516 or 797210. OLE color: 797210.
HSL color Cylindrical-coordinate representation of color #1A2A0C: hue angle of 92º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1A2A0C is Cyan = 0.38, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 26 | 42 | 12 | - |
| CMYK | 0.38 | 0 | 0.71 | 0.84 |
| HSL | 92º | 0.56% | 0.11% | - |
| HSV(B) | 92º | 0.71% | 0.16% | - |
| XYZ | 1.32 | 1.9 | 0.65 | - |
| YUV | 33.8 | 115.7 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 42 | 12 | 0.38 | 0 | 0.71 | 0.84 | 92 | 0.56 | 0.11 |
| Hex | 1A | 2A | C | 26 | 0 | 47 | 54 | 5C | 38 | B |
| Octal | 32 | 52 | 14 | 46 | 0 | 107 | 124 | 134 | 70 | 13 |
| Binary | 11010 | 101010 | 1100 | 100110 | 0 | 1000111 | 1010100 | 1011100 | 111000 | 1011 |
Color Harmonies of #1A2A0C
Complementary color
Monochromatic Colors of #1A2A0C
Black with #1A2A0C
Text Example
Text Example
White with #1A2A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2A0C; }
p { color: rgb(26,42,12); }
H1.HeaderClassName
{
color: #1A2A0C;
}
.AnyTagClassName
{
color: #1A2A0C;
}
</style>
background-color css
<style>
a { background-color: #1A2A0C; }
a { background-color: rgb(26,42,12); }
div.DivClassName
{
background-color: #1A2A0C;
}
.BgClassName
{
background-color: #1A2A0C;
}
</style>
border-color css
<style>
span { border-color: #1A2A0C; }
span { border-color: rgb(26,42,12); }
td.TdClassName
{
border-color: #1A2A0C;
}
.TagClassName
{
border-color: #1A2A0C;
}
</style>