Shades of Pine Tree #1A2905
Tints of Pine Tree #1A2905
RGB
CMYK
RGB Variations
Color information
#1A2905 (or 0x1A2905) is known color: Pine Tree. HEX triplet: 1A, 29 and 05. RGB value is (26,41,5). Sum of RGB (Red+Green+Blue) = 26+41+5=72 (9% of max value = 765). Red value is 26 (10.55% from 255 or 36.11% from 72); Green value is 41 (16.41% from 255 or 56.94% from 72); Blue value is 5 (2.34% from 255 or 6.94% from 72); Max value from RGB is 41 - color contains mainly: green. Hex color #1A2905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A2905 is #E5D6FA. Grayscale: #202020. Windows color (decimal): -15062779 or 338202. OLE color: 338202.
HSL color Cylindrical-coordinate representation of color #1A2905: hue angle of 85º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A2905 is Cyan = 0.37, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 26 | 41 | 5 | - |
| CMYK | 0.37 | 0 | 0.88 | 0.84 |
| HSL | 85º | 0.78% | 0.09% | - |
| HSV(B) | 85º | 0.88% | 0.16% | - |
| XYZ | 1.25 | 1.82 | 0.43 | - |
| YUV | 32.41 | 112.53 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 41 | 5 | 0.37 | 0 | 0.88 | 0.84 | 85 | 0.78 | 0.09 |
| Hex | 1A | 29 | 5 | 25 | 0 | 58 | 54 | 55 | 4E | 9 |
| Octal | 32 | 51 | 5 | 45 | 0 | 130 | 124 | 125 | 116 | 11 |
| Binary | 11010 | 101001 | 101 | 100101 | 0 | 1011000 | 1010100 | 1010101 | 1001110 | 1001 |
Color Harmonies of #1A2905
Complementary color
Monochromatic Colors of #1A2905
Black with #1A2905
Text Example
Text Example
White with #1A2905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2905; }
p { color: rgb(26,41,5); }
H1.HeaderClassName
{
color: #1A2905;
}
.AnyTagClassName
{
color: #1A2905;
}
</style>
background-color css
<style>
a { background-color: #1A2905; }
a { background-color: rgb(26,41,5); }
div.DivClassName
{
background-color: #1A2905;
}
.BgClassName
{
background-color: #1A2905;
}
</style>
border-color css
<style>
span { border-color: #1A2905; }
span { border-color: rgb(26,41,5); }
td.TdClassName
{
border-color: #1A2905;
}
.TagClassName
{
border-color: #1A2905;
}
</style>