Shades of Pine Tree #1A3B01
Tints of Pine Tree #1A3B01
RGB
CMYK
RGB Variations
Color information
#1A3B01 (or 0x1A3B01) is known color: Pine Tree. HEX triplet: 1A, 3B and 01. RGB value is (26,59,1). Sum of RGB (Red+Green+Blue) = 26+59+1=86 (11% of max value = 765). Red value is 26 (10.55% from 255 or 30.23% from 86); Green value is 59 (23.44% from 255 or 68.60% from 86); Blue value is 1 (0.78% from 255 or 1.16% from 86); Max value from RGB is 59 - color contains mainly: green. Hex color #1A3B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A3B01 is #E5C4FE. Grayscale: #2A2A2A. Windows color (decimal): -15058175 or 80666. OLE color: 80666.
HSL color Cylindrical-coordinate representation of color #1A3B01: hue angle of 94.14º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1A3B01 is Cyan = 0.56, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 26 | 59 | 1 | - |
| CMYK | 0.56 | 0 | 0.98 | 0.77 |
| HSL | 94.14º | 0.97% | 0.12% | - |
| HSV(B) | 94.14º | 0.98% | 0.23% | - |
| XYZ | 2 | 3.35 | 0.57 | - |
| YUV | 42.52 | 104.57 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 59 | 1 | 0.56 | 0 | 0.98 | 0.77 | 94.14 | 0.97 | 0.12 |
| Hex | 1A | 3B | 1 | 38 | 0 | 62 | 4D | 5E | 61 | C |
| Octal | 32 | 73 | 1 | 70 | 0 | 142 | 115 | 136 | 141 | 14 |
| Binary | 11010 | 111011 | 1 | 111000 | 0 | 1100010 | 1001101 | 1011110 | 1100001 | 1100 |
Color Harmonies of #1A3B01
Complementary color
Monochromatic Colors of #1A3B01
Black with #1A3B01
Text Example
Text Example
White with #1A3B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3B01; }
p { color: rgb(26,59,1); }
H1.HeaderClassName
{
color: #1A3B01;
}
.AnyTagClassName
{
color: #1A3B01;
}
</style>
background-color css
<style>
a { background-color: #1A3B01; }
a { background-color: rgb(26,59,1); }
div.DivClassName
{
background-color: #1A3B01;
}
.BgClassName
{
background-color: #1A3B01;
}
</style>
border-color css
<style>
span { border-color: #1A3B01; }
span { border-color: rgb(26,59,1); }
td.TdClassName
{
border-color: #1A3B01;
}
.TagClassName
{
border-color: #1A3B01;
}
</style>