Shades of Pine Tree #1A2511
Tints of Pine Tree #1A2511
RGB
CMYK
RGB Variations
Color information
#1A2511 (or 0x1A2511) is known color: Pine Tree. HEX triplet: 1A, 25 and 11. RGB value is (26,37,17). Sum of RGB (Red+Green+Blue) = 26+37+17=80 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.5% from 80); Green value is 37 (14.84% from 255 or 46.25% from 80); Blue value is 17 (7.03% from 255 or 21.25% from 80); Max value from RGB is 37 - color contains mainly: green. Hex color #1A2511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A2511 is #E5DAEE. Grayscale: #1F1F1F. Windows color (decimal): -15063791 or 1123610. OLE color: 1123610.
HSL color Cylindrical-coordinate representation of color #1A2511: hue angle of 93º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1A2511 is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 26 | 37 | 17 | - |
| CMYK | 0.30 | 0 | 0.54 | 0.85 |
| HSL | 93º | 0.37% | 0.11% | - |
| HSV(B) | 93º | 0.54% | 0.15% | - |
| XYZ | 1.19 | 1.58 | 0.77 | - |
| YUV | 31.43 | 119.86 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 37 | 17 | 0.30 | 0 | 0.54 | 0.85 | 93 | 0.37 | 0.11 |
| Hex | 1A | 25 | 11 | 1E | 0 | 36 | 55 | 5D | 25 | B |
| Octal | 32 | 45 | 21 | 36 | 0 | 66 | 125 | 135 | 45 | 13 |
| Binary | 11010 | 100101 | 10001 | 11110 | 0 | 110110 | 1010101 | 1011101 | 100101 | 1011 |
Color Harmonies of #1A2511
Complementary color
Monochromatic Colors of #1A2511
Black with #1A2511
Text Example
Text Example
White with #1A2511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2511; }
p { color: rgb(26,37,17); }
H1.HeaderClassName
{
color: #1A2511;
}
.AnyTagClassName
{
color: #1A2511;
}
</style>
background-color css
<style>
a { background-color: #1A2511; }
a { background-color: rgb(26,37,17); }
div.DivClassName
{
background-color: #1A2511;
}
.BgClassName
{
background-color: #1A2511;
}
</style>
border-color css
<style>
span { border-color: #1A2511; }
span { border-color: rgb(26,37,17); }
td.TdClassName
{
border-color: #1A2511;
}
.TagClassName
{
border-color: #1A2511;
}
</style>