Shades of Pine Tree #1A3602
Tints of Pine Tree #1A3602
RGB
CMYK
RGB Variations
Color information
#1A3602 (or 0x1A3602) is known color: Pine Tree. HEX triplet: 1A, 36 and 02. RGB value is (26,54,2). Sum of RGB (Red+Green+Blue) = 26+54+2=82 (10% of max value = 765). Red value is 26 (10.55% from 255 or 31.71% from 82); Green value is 54 (21.48% from 255 or 65.85% from 82); Blue value is 2 (1.17% from 255 or 2.44% from 82); Max value from RGB is 54 - color contains mainly: green. Hex color #1A3602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A3602 is #E5C9FD. Grayscale: #272727. Windows color (decimal): -15059454 or 144922. OLE color: 144922.
HSL color Cylindrical-coordinate representation of color #1A3602: hue angle of 92.31º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1A3602 is Cyan = 0.52, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 26 | 54 | 2 | - |
| CMYK | 0.52 | 0 | 0.96 | 0.79 |
| HSL | 92.31º | 0.93% | 0.11% | - |
| HSV(B) | 92.31º | 0.96% | 0.21% | - |
| XYZ | 1.76 | 2.86 | 0.52 | - |
| YUV | 39.7 | 106.72 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 54 | 2 | 0.52 | 0 | 0.96 | 0.79 | 92.31 | 0.93 | 0.11 |
| Hex | 1A | 36 | 2 | 34 | 0 | 60 | 4F | 5C | 5D | B |
| Octal | 32 | 66 | 2 | 64 | 0 | 140 | 117 | 134 | 135 | 13 |
| Binary | 11010 | 110110 | 10 | 110100 | 0 | 1100000 | 1001111 | 1011100 | 1011101 | 1011 |
Color Harmonies of #1A3602
Complementary color
Monochromatic Colors of #1A3602
Black with #1A3602
Text Example
Text Example
White with #1A3602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3602; }
p { color: rgb(26,54,2); }
H1.HeaderClassName
{
color: #1A3602;
}
.AnyTagClassName
{
color: #1A3602;
}
</style>
background-color css
<style>
a { background-color: #1A3602; }
a { background-color: rgb(26,54,2); }
div.DivClassName
{
background-color: #1A3602;
}
.BgClassName
{
background-color: #1A3602;
}
</style>
border-color css
<style>
span { border-color: #1A3602; }
span { border-color: rgb(26,54,2); }
td.TdClassName
{
border-color: #1A3602;
}
.TagClassName
{
border-color: #1A3602;
}
</style>