Shades of Pine Tree #1A2606
Tints of Pine Tree #1A2606
RGB
CMYK
RGB Variations
Color information
#1A2606 (or 0x1A2606) is known color: Pine Tree. HEX triplet: 1A, 26 and 06. RGB value is (26,38,6). Sum of RGB (Red+Green+Blue) = 26+38+6=70 (9% of max value = 765). Red value is 26 (10.55% from 255 or 37.14% from 70); Green value is 38 (15.23% from 255 or 54.29% from 70); Blue value is 6 (2.73% from 255 or 8.57% from 70); Max value from RGB is 38 - color contains mainly: green. Hex color #1A2606 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A2606 is #E5D9F9. Grayscale: #1E1E1E. Windows color (decimal): -15063546 or 402970. OLE color: 402970.
HSL color Cylindrical-coordinate representation of color #1A2606: hue angle of 82.5º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A2606 is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 26 | 38 | 6 | - |
| CMYK | 0.32 | 0 | 0.84 | 0.85 |
| HSL | 82.5º | 0.73% | 0.09% | - |
| HSV(B) | 82.5º | 0.84% | 0.15% | - |
| XYZ | 1.15 | 1.62 | 0.42 | - |
| YUV | 30.76 | 114.02 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 38 | 6 | 0.32 | 0 | 0.84 | 0.85 | 82.5 | 0.73 | 0.09 |
| Hex | 1A | 26 | 6 | 20 | 0 | 54 | 55 | 52 | 49 | 9 |
| Octal | 32 | 46 | 6 | 40 | 0 | 124 | 125 | 122 | 111 | 11 |
| Binary | 11010 | 100110 | 110 | 100000 | 0 | 1010100 | 1010101 | 1010010 | 1001001 | 1001 |
Color Harmonies of #1A2606
Complementary color
Monochromatic Colors of #1A2606
Black with #1A2606
Text Example
Text Example
White with #1A2606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2606; }
p { color: rgb(26,38,6); }
H1.HeaderClassName
{
color: #1A2606;
}
.AnyTagClassName
{
color: #1A2606;
}
</style>
background-color css
<style>
a { background-color: #1A2606; }
a { background-color: rgb(26,38,6); }
div.DivClassName
{
background-color: #1A2606;
}
.BgClassName
{
background-color: #1A2606;
}
</style>
border-color css
<style>
span { border-color: #1A2606; }
span { border-color: rgb(26,38,6); }
td.TdClassName
{
border-color: #1A2606;
}
.TagClassName
{
border-color: #1A2606;
}
</style>