Shades of Pine Tree #1A2609
Tints of Pine Tree #1A2609
RGB
CMYK
RGB Variations
Color information
#1A2609 (or 0x1A2609) is known color: Pine Tree. HEX triplet: 1A, 26 and 09. RGB value is (26,38,9). Sum of RGB (Red+Green+Blue) = 26+38+9=73 (9% of max value = 765). Red value is 26 (10.55% from 255 or 35.62% from 73); Green value is 38 (15.23% from 255 or 52.05% from 73); Blue value is 9 (3.91% from 255 or 12.33% from 73); Max value from RGB is 38 - color contains mainly: green. Hex color #1A2609 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A2609 is #E5D9F6. Grayscale: #1F1F1F. Windows color (decimal): -15063543 or 599578. OLE color: 599578.
HSL color Cylindrical-coordinate representation of color #1A2609: hue angle of 84.83º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A2609 is Cyan = 0.32, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 26 | 38 | 9 | - |
| CMYK | 0.32 | 0 | 0.76 | 0.85 |
| HSL | 84.83º | 0.62% | 0.09% | - |
| HSV(B) | 84.83º | 0.76% | 0.15% | - |
| XYZ | 1.17 | 1.63 | 0.51 | - |
| YUV | 31.11 | 115.52 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 38 | 9 | 0.32 | 0 | 0.76 | 0.85 | 84.83 | 0.62 | 0.09 |
| Hex | 1A | 26 | 9 | 20 | 0 | 4C | 55 | 55 | 3E | 9 |
| Octal | 32 | 46 | 11 | 40 | 0 | 114 | 125 | 125 | 76 | 11 |
| Binary | 11010 | 100110 | 1001 | 100000 | 0 | 1001100 | 1010101 | 1010101 | 111110 | 1001 |
Color Harmonies of #1A2609
Complementary color
Monochromatic Colors of #1A2609
Black with #1A2609
Text Example
Text Example
White with #1A2609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2609; }
p { color: rgb(26,38,9); }
H1.HeaderClassName
{
color: #1A2609;
}
.AnyTagClassName
{
color: #1A2609;
}
</style>
background-color css
<style>
a { background-color: #1A2609; }
a { background-color: rgb(26,38,9); }
div.DivClassName
{
background-color: #1A2609;
}
.BgClassName
{
background-color: #1A2609;
}
</style>
border-color css
<style>
span { border-color: #1A2609; }
span { border-color: rgb(26,38,9); }
td.TdClassName
{
border-color: #1A2609;
}
.TagClassName
{
border-color: #1A2609;
}
</style>