Shades of Pine Tree #1A3401
Tints of Pine Tree #1A3401
RGB
CMYK
RGB Variations
Color information
#1A3401 (or 0x1A3401) is known color: Pine Tree. HEX triplet: 1A, 34 and 01. RGB value is (26,52,1). Sum of RGB (Red+Green+Blue) = 26+52+1=79 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.91% from 79); Green value is 52 (20.70% from 255 or 65.82% from 79); Blue value is 1 (0.78% from 255 or 1.27% from 79); Max value from RGB is 52 - color contains mainly: green. Hex color #1A3401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A3401 is #E5CBFE. Grayscale: #262626. Windows color (decimal): -15059967 or 78874. OLE color: 78874.
HSL color Cylindrical-coordinate representation of color #1A3401: hue angle of 90.59º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1A3401 is Cyan = 0.50, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 26 | 52 | 1 | - |
| CMYK | 0.50 | 0 | 0.98 | 0.80 |
| HSL | 90.59º | 0.96% | 0.1% | - |
| HSV(B) | 90.59º | 0.98% | 0.2% | - |
| XYZ | 1.66 | 2.68 | 0.46 | - |
| YUV | 38.41 | 106.89 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 52 | 1 | 0.50 | 0 | 0.98 | 0.80 | 90.59 | 0.96 | 0.1 |
| Hex | 1A | 34 | 1 | 32 | 0 | 62 | 50 | 5B | 60 | A |
| Octal | 32 | 64 | 1 | 62 | 0 | 142 | 120 | 133 | 140 | 12 |
| Binary | 11010 | 110100 | 1 | 110010 | 0 | 1100010 | 1010000 | 1011011 | 1100000 | 1010 |
Color Harmonies of #1A3401
Complementary color
Monochromatic Colors of #1A3401
Black with #1A3401
Text Example
Text Example
White with #1A3401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3401; }
p { color: rgb(26,52,1); }
H1.HeaderClassName
{
color: #1A3401;
}
.AnyTagClassName
{
color: #1A3401;
}
</style>
background-color css
<style>
a { background-color: #1A3401; }
a { background-color: rgb(26,52,1); }
div.DivClassName
{
background-color: #1A3401;
}
.BgClassName
{
background-color: #1A3401;
}
</style>
border-color css
<style>
span { border-color: #1A3401; }
span { border-color: rgb(26,52,1); }
td.TdClassName
{
border-color: #1A3401;
}
.TagClassName
{
border-color: #1A3401;
}
</style>