Shades of Pine Tree #1A2711
Tints of Pine Tree #1A2711
RGB
CMYK
RGB Variations
Color information
#1A2711 (or 0x1A2711) is known color: Pine Tree. HEX triplet: 1A, 27 and 11. RGB value is (26,39,17). Sum of RGB (Red+Green+Blue) = 26+39+17=82 (10% of max value = 765). Red value is 26 (10.55% from 255 or 31.71% from 82); Green value is 39 (15.62% from 255 or 47.56% from 82); Blue value is 17 (7.03% from 255 or 20.73% from 82); Max value from RGB is 39 - color contains mainly: green. Hex color #1A2711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A2711 is #E5D8EE. Grayscale: #202020. Windows color (decimal): -15063279 or 1124122. OLE color: 1124122.
HSL color Cylindrical-coordinate representation of color #1A2711: hue angle of 95.45º degrees, saturation: 0.39, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1A2711 is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 26 | 39 | 17 | - |
| CMYK | 0.33 | 0 | 0.56 | 0.85 |
| HSL | 95.45º | 0.39% | 0.11% | - |
| HSV(B) | 95.45º | 0.56% | 0.15% | - |
| XYZ | 1.25 | 1.71 | 0.79 | - |
| YUV | 32.61 | 119.19 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 39 | 17 | 0.33 | 0 | 0.56 | 0.85 | 95.45 | 0.39 | 0.11 |
| Hex | 1A | 27 | 11 | 21 | 0 | 38 | 55 | 5F | 27 | B |
| Octal | 32 | 47 | 21 | 41 | 0 | 70 | 125 | 137 | 47 | 13 |
| Binary | 11010 | 100111 | 10001 | 100001 | 0 | 111000 | 1010101 | 1011111 | 100111 | 1011 |
Color Harmonies of #1A2711
Complementary color
Monochromatic Colors of #1A2711
Black with #1A2711
Text Example
Text Example
White with #1A2711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2711; }
p { color: rgb(26,39,17); }
H1.HeaderClassName
{
color: #1A2711;
}
.AnyTagClassName
{
color: #1A2711;
}
</style>
background-color css
<style>
a { background-color: #1A2711; }
a { background-color: rgb(26,39,17); }
div.DivClassName
{
background-color: #1A2711;
}
.BgClassName
{
background-color: #1A2711;
}
</style>
border-color css
<style>
span { border-color: #1A2711; }
span { border-color: rgb(26,39,17); }
td.TdClassName
{
border-color: #1A2711;
}
.TagClassName
{
border-color: #1A2711;
}
</style>