Shades of Pine Tree #1A2709
Tints of Pine Tree #1A2709
RGB
CMYK
RGB Variations
Color information
#1A2709 (or 0x1A2709) is known color: Pine Tree. HEX triplet: 1A, 27 and 09. RGB value is (26,39,9). Sum of RGB (Red+Green+Blue) = 26+39+9=74 (9% of max value = 765). Red value is 26 (10.55% from 255 or 35.14% from 74); Green value is 39 (15.62% from 255 or 52.70% from 74); Blue value is 9 (3.91% from 255 or 12.16% from 74); Max value from RGB is 39 - color contains mainly: green. Hex color #1A2709 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A2709 is #E5D8F6. Grayscale: #1F1F1F. Windows color (decimal): -15063287 or 599834. OLE color: 599834.
HSL color Cylindrical-coordinate representation of color #1A2709: hue angle of 86º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A2709 is Cyan = 0.33, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 26 | 39 | 9 | - |
| CMYK | 0.33 | 0 | 0.77 | 0.85 |
| HSL | 86º | 0.63% | 0.09% | - |
| HSV(B) | 86º | 0.77% | 0.15% | - |
| XYZ | 1.2 | 1.69 | 0.52 | - |
| YUV | 31.69 | 115.19 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 39 | 9 | 0.33 | 0 | 0.77 | 0.85 | 86 | 0.63 | 0.09 |
| Hex | 1A | 27 | 9 | 21 | 0 | 4D | 55 | 56 | 3E | 9 |
| Octal | 32 | 47 | 11 | 41 | 0 | 115 | 125 | 126 | 76 | 11 |
| Binary | 11010 | 100111 | 1001 | 100001 | 0 | 1001101 | 1010101 | 1010110 | 111110 | 1001 |
Color Harmonies of #1A2709
Complementary color
Monochromatic Colors of #1A2709
Black with #1A2709
Text Example
Text Example
White with #1A2709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2709; }
p { color: rgb(26,39,9); }
H1.HeaderClassName
{
color: #1A2709;
}
.AnyTagClassName
{
color: #1A2709;
}
</style>
background-color css
<style>
a { background-color: #1A2709; }
a { background-color: rgb(26,39,9); }
div.DivClassName
{
background-color: #1A2709;
}
.BgClassName
{
background-color: #1A2709;
}
</style>
border-color css
<style>
span { border-color: #1A2709; }
span { border-color: rgb(26,39,9); }
td.TdClassName
{
border-color: #1A2709;
}
.TagClassName
{
border-color: #1A2709;
}
</style>