Shades of Pine Tree #1A3106
Tints of Pine Tree #1A3106
RGB
CMYK
RGB Variations
Color information
#1A3106 (or 0x1A3106) is known color: Pine Tree. HEX triplet: 1A, 31 and 06. RGB value is (26,49,6). Sum of RGB (Red+Green+Blue) = 26+49+6=81 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.10% from 81); Green value is 49 (19.53% from 255 or 60.49% from 81); Blue value is 6 (2.73% from 255 or 7.41% from 81); Max value from RGB is 49 - color contains mainly: green. Hex color #1A3106 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A3106 is #E5CEF9. Grayscale: #252525. Windows color (decimal): -15060730 or 405786. OLE color: 405786.
HSL color Cylindrical-coordinate representation of color #1A3106: hue angle of 92.09º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A3106 is Cyan = 0.47, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 26 | 49 | 6 | - |
| CMYK | 0.47 | 0 | 0.88 | 0.81 |
| HSL | 92.09º | 0.78% | 0.11% | - |
| HSV(B) | 92.09º | 0.88% | 0.19% | - |
| XYZ | 1.56 | 2.43 | 0.56 | - |
| YUV | 37.22 | 110.38 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 49 | 6 | 0.47 | 0 | 0.88 | 0.81 | 92.09 | 0.78 | 0.11 |
| Hex | 1A | 31 | 6 | 2F | 0 | 58 | 51 | 5C | 4E | B |
| Octal | 32 | 61 | 6 | 57 | 0 | 130 | 121 | 134 | 116 | 13 |
| Binary | 11010 | 110001 | 110 | 101111 | 0 | 1011000 | 1010001 | 1011100 | 1001110 | 1011 |
Color Harmonies of #1A3106
Complementary color
Monochromatic Colors of #1A3106
Black with #1A3106
Text Example
Text Example
White with #1A3106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3106; }
p { color: rgb(26,49,6); }
H1.HeaderClassName
{
color: #1A3106;
}
.AnyTagClassName
{
color: #1A3106;
}
</style>
background-color css
<style>
a { background-color: #1A3106; }
a { background-color: rgb(26,49,6); }
div.DivClassName
{
background-color: #1A3106;
}
.BgClassName
{
background-color: #1A3106;
}
</style>
border-color css
<style>
span { border-color: #1A3106; }
span { border-color: rgb(26,49,6); }
td.TdClassName
{
border-color: #1A3106;
}
.TagClassName
{
border-color: #1A3106;
}
</style>