Shades of Pine Tree #1A3005
Tints of Pine Tree #1A3005
RGB
CMYK
RGB Variations
Color information
#1A3005 (or 0x1A3005) is known color: Pine Tree. HEX triplet: 1A, 30 and 05. RGB value is (26,48,5). Sum of RGB (Red+Green+Blue) = 26+48+5=79 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.91% from 79); Green value is 48 (19.14% from 255 or 60.76% from 79); Blue value is 5 (2.34% from 255 or 6.33% from 79); Max value from RGB is 48 - color contains mainly: green. Hex color #1A3005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A3005 is #E5CFFA. Grayscale: #242424. Windows color (decimal): -15060987 or 339994. OLE color: 339994.
HSL color Cylindrical-coordinate representation of color #1A3005: hue angle of 90.7º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A3005 is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 26 | 48 | 5 | - |
| CMYK | 0.46 | 0 | 0.90 | 0.81 |
| HSL | 90.7º | 0.81% | 0.1% | - |
| HSV(B) | 90.7º | 0.9% | 0.19% | - |
| XYZ | 1.51 | 2.34 | 0.52 | - |
| YUV | 36.52 | 110.21 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 48 | 5 | 0.46 | 0 | 0.90 | 0.81 | 90.7 | 0.81 | 0.1 |
| Hex | 1A | 30 | 5 | 2E | 0 | 5A | 51 | 5B | 51 | A |
| Octal | 32 | 60 | 5 | 56 | 0 | 132 | 121 | 133 | 121 | 12 |
| Binary | 11010 | 110000 | 101 | 101110 | 0 | 1011010 | 1010001 | 1011011 | 1010001 | 1010 |
Color Harmonies of #1A3005
Complementary color
Monochromatic Colors of #1A3005
Black with #1A3005
Text Example
Text Example
White with #1A3005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3005; }
p { color: rgb(26,48,5); }
H1.HeaderClassName
{
color: #1A3005;
}
.AnyTagClassName
{
color: #1A3005;
}
</style>
background-color css
<style>
a { background-color: #1A3005; }
a { background-color: rgb(26,48,5); }
div.DivClassName
{
background-color: #1A3005;
}
.BgClassName
{
background-color: #1A3005;
}
</style>
border-color css
<style>
span { border-color: #1A3005; }
span { border-color: rgb(26,48,5); }
td.TdClassName
{
border-color: #1A3005;
}
.TagClassName
{
border-color: #1A3005;
}
</style>