Shades of Pine Tree #1A3504
Tints of Pine Tree #1A3504
RGB
CMYK
RGB Variations
Color information
#1A3504 (or 0x1A3504) is known color: Pine Tree. HEX triplet: 1A, 35 and 04. RGB value is (26,53,4). Sum of RGB (Red+Green+Blue) = 26+53+4=83 (10% of max value = 765). Red value is 26 (10.55% from 255 or 31.33% from 83); Green value is 53 (21.09% from 255 or 63.86% from 83); Blue value is 4 (1.95% from 255 or 4.82% from 83); Max value from RGB is 53 - color contains mainly: green. Hex color #1A3504 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A3504 is #E5CAFB. Grayscale: #272727. Windows color (decimal): -15059708 or 275738. OLE color: 275738.
HSL color Cylindrical-coordinate representation of color #1A3504: hue angle of 93.06º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1A3504 is Cyan = 0.51, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 26 | 53 | 4 | - |
| CMYK | 0.51 | 0 | 0.92 | 0.79 |
| HSL | 93.06º | 0.86% | 0.11% | - |
| HSV(B) | 93.06º | 0.92% | 0.21% | - |
| XYZ | 1.72 | 2.77 | 0.56 | - |
| YUV | 39.34 | 108.05 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 53 | 4 | 0.51 | 0 | 0.92 | 0.79 | 93.06 | 0.86 | 0.11 |
| Hex | 1A | 35 | 4 | 33 | 0 | 5C | 4F | 5D | 56 | B |
| Octal | 32 | 65 | 4 | 63 | 0 | 134 | 117 | 135 | 126 | 13 |
| Binary | 11010 | 110101 | 100 | 110011 | 0 | 1011100 | 1001111 | 1011101 | 1010110 | 1011 |
Color Harmonies of #1A3504
Complementary color
Monochromatic Colors of #1A3504
Black with #1A3504
Text Example
Text Example
White with #1A3504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3504; }
p { color: rgb(26,53,4); }
H1.HeaderClassName
{
color: #1A3504;
}
.AnyTagClassName
{
color: #1A3504;
}
</style>
background-color css
<style>
a { background-color: #1A3504; }
a { background-color: rgb(26,53,4); }
div.DivClassName
{
background-color: #1A3504;
}
.BgClassName
{
background-color: #1A3504;
}
</style>
border-color css
<style>
span { border-color: #1A3504; }
span { border-color: rgb(26,53,4); }
td.TdClassName
{
border-color: #1A3504;
}
.TagClassName
{
border-color: #1A3504;
}
</style>