Shades of Pine Tree #1A3406
Tints of Pine Tree #1A3406
RGB
CMYK
RGB Variations
Color information
#1A3406 (or 0x1A3406) is known color: Pine Tree. HEX triplet: 1A, 34 and 06. RGB value is (26,52,6). Sum of RGB (Red+Green+Blue) = 26+52+6=84 (11% of max value = 765). Red value is 26 (10.55% from 255 or 30.95% from 84); Green value is 52 (20.70% from 255 or 61.90% from 84); Blue value is 6 (2.73% from 255 or 7.14% from 84); Max value from RGB is 52 - color contains mainly: green. Hex color #1A3406 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A3406 is #E5CBF9. Grayscale: #272727. Windows color (decimal): -15059962 or 406554. OLE color: 406554.
HSL color Cylindrical-coordinate representation of color #1A3406: hue angle of 93.91º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A3406 is Cyan = 0.50, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 26 | 52 | 6 | - |
| CMYK | 0.50 | 0 | 0.88 | 0.80 |
| HSL | 93.91º | 0.79% | 0.11% | - |
| HSV(B) | 93.91º | 0.88% | 0.2% | - |
| XYZ | 1.69 | 2.69 | 0.6 | - |
| YUV | 38.98 | 109.39 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 52 | 6 | 0.50 | 0 | 0.88 | 0.80 | 93.91 | 0.79 | 0.11 |
| Hex | 1A | 34 | 6 | 32 | 0 | 58 | 50 | 5E | 4F | B |
| Octal | 32 | 64 | 6 | 62 | 0 | 130 | 120 | 136 | 117 | 13 |
| Binary | 11010 | 110100 | 110 | 110010 | 0 | 1011000 | 1010000 | 1011110 | 1001111 | 1011 |
Color Harmonies of #1A3406
Complementary color
Monochromatic Colors of #1A3406
Black with #1A3406
Text Example
Text Example
White with #1A3406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3406; }
p { color: rgb(26,52,6); }
H1.HeaderClassName
{
color: #1A3406;
}
.AnyTagClassName
{
color: #1A3406;
}
</style>
background-color css
<style>
a { background-color: #1A3406; }
a { background-color: rgb(26,52,6); }
div.DivClassName
{
background-color: #1A3406;
}
.BgClassName
{
background-color: #1A3406;
}
</style>
border-color css
<style>
span { border-color: #1A3406; }
span { border-color: rgb(26,52,6); }
td.TdClassName
{
border-color: #1A3406;
}
.TagClassName
{
border-color: #1A3406;
}
</style>