Shades of Pine Tree #1A3004
Tints of Pine Tree #1A3004
RGB
CMYK
RGB Variations
Color information
#1A3004 (or 0x1A3004) is known color: Pine Tree. HEX triplet: 1A, 30 and 04. RGB value is (26,48,4). Sum of RGB (Red+Green+Blue) = 26+48+4=78 (10% of max value = 765). Red value is 26 (10.55% from 255 or 33.33% from 78); Green value is 48 (19.14% from 255 or 61.54% from 78); Blue value is 4 (1.95% from 255 or 5.13% from 78); Max value from RGB is 48 - color contains mainly: green. Hex color #1A3004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A3004 is #E5CFFB. Grayscale: #242424. Windows color (decimal): -15060988 or 274458. OLE color: 274458.
HSL color Cylindrical-coordinate representation of color #1A3004: hue angle of 90º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1A3004 is Cyan = 0.46, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 26 | 48 | 4 | - |
| CMYK | 0.46 | 0 | 0.92 | 0.81 |
| HSL | 90º | 0.85% | 0.1% | - |
| HSV(B) | 90º | 0.92% | 0.19% | - |
| XYZ | 1.5 | 2.34 | 0.49 | - |
| YUV | 36.41 | 109.71 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 48 | 4 | 0.46 | 0 | 0.92 | 0.81 | 90 | 0.85 | 0.1 |
| Hex | 1A | 30 | 4 | 2E | 0 | 5C | 51 | 5A | 55 | A |
| Octal | 32 | 60 | 4 | 56 | 0 | 134 | 121 | 132 | 125 | 12 |
| Binary | 11010 | 110000 | 100 | 101110 | 0 | 1011100 | 1010001 | 1011010 | 1010101 | 1010 |
Color Harmonies of #1A3004
Complementary color
Monochromatic Colors of #1A3004
Black with #1A3004
Text Example
Text Example
White with #1A3004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3004; }
p { color: rgb(26,48,4); }
H1.HeaderClassName
{
color: #1A3004;
}
.AnyTagClassName
{
color: #1A3004;
}
</style>
background-color css
<style>
a { background-color: #1A3004; }
a { background-color: rgb(26,48,4); }
div.DivClassName
{
background-color: #1A3004;
}
.BgClassName
{
background-color: #1A3004;
}
</style>
border-color css
<style>
span { border-color: #1A3004; }
span { border-color: rgb(26,48,4); }
td.TdClassName
{
border-color: #1A3004;
}
.TagClassName
{
border-color: #1A3004;
}
</style>