Shades of Pine Tree #1A2506
Tints of Pine Tree #1A2506
RGB
CMYK
RGB Variations
Color information
#1A2506 (or 0x1A2506) is known color: Pine Tree. HEX triplet: 1A, 25 and 06. RGB value is (26,37,6). Sum of RGB (Red+Green+Blue) = 26+37+6=69 (9% of max value = 765). Red value is 26 (10.55% from 255 or 37.68% from 69); Green value is 37 (14.84% from 255 or 53.62% from 69); Blue value is 6 (2.73% from 255 or 8.70% from 69); Max value from RGB is 37 - color contains mainly: green. Hex color #1A2506 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A2506 is #E5DAF9. Grayscale: #1E1E1E. Windows color (decimal): -15063802 or 402714. OLE color: 402714.
HSL color Cylindrical-coordinate representation of color #1A2506: hue angle of 81.29º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A2506 is Cyan = 0.30, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 26 | 37 | 6 | - |
| CMYK | 0.30 | 0 | 0.84 | 0.85 |
| HSL | 81.29º | 0.72% | 0.08% | - |
| HSV(B) | 81.29º | 0.84% | 0.15% | - |
| XYZ | 1.12 | 1.56 | 0.41 | - |
| YUV | 30.18 | 114.36 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 37 | 6 | 0.30 | 0 | 0.84 | 0.85 | 81.29 | 0.72 | 0.08 |
| Hex | 1A | 25 | 6 | 1E | 0 | 54 | 55 | 51 | 48 | 8 |
| Octal | 32 | 45 | 6 | 36 | 0 | 124 | 125 | 121 | 110 | 10 |
| Binary | 11010 | 100101 | 110 | 11110 | 0 | 1010100 | 1010101 | 1010001 | 1001000 | 1000 |
Color Harmonies of #1A2506
Complementary color
Monochromatic Colors of #1A2506
Black with #1A2506
Text Example
Text Example
White with #1A2506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2506; }
p { color: rgb(26,37,6); }
H1.HeaderClassName
{
color: #1A2506;
}
.AnyTagClassName
{
color: #1A2506;
}
</style>
background-color css
<style>
a { background-color: #1A2506; }
a { background-color: rgb(26,37,6); }
div.DivClassName
{
background-color: #1A2506;
}
.BgClassName
{
background-color: #1A2506;
}
</style>
border-color css
<style>
span { border-color: #1A2506; }
span { border-color: rgb(26,37,6); }
td.TdClassName
{
border-color: #1A2506;
}
.TagClassName
{
border-color: #1A2506;
}
</style>