Shades of Pine Tree #1A2306
Tints of Pine Tree #1A2306
RGB
CMYK
RGB Variations
Color information
#1A2306 (or 0x1A2306) is known color: Pine Tree. HEX triplet: 1A, 23 and 06. RGB value is (26,35,6). Sum of RGB (Red+Green+Blue) = 26+35+6=67 (8% of max value = 765). Red value is 26 (10.55% from 255 or 38.81% from 67); Green value is 35 (14.06% from 255 or 52.24% from 67); Blue value is 6 (2.73% from 255 or 8.96% from 67); Max value from RGB is 35 - color contains mainly: green. Hex color #1A2306 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A2306 is #E5DCF9. Grayscale: #1D1D1D. Windows color (decimal): -15064314 or 402202. OLE color: 402202.
HSL color Cylindrical-coordinate representation of color #1A2306: hue angle of 78.62º degrees, saturation: 0.71, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A2306 is Cyan = 0.26, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 26 | 35 | 6 | - |
| CMYK | 0.26 | 0 | 0.83 | 0.86 |
| HSL | 78.62º | 0.71% | 0.08% | - |
| HSV(B) | 78.62º | 0.83% | 0.14% | - |
| XYZ | 1.06 | 1.43 | 0.39 | - |
| YUV | 29 | 115.02 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 35 | 6 | 0.26 | 0 | 0.83 | 0.86 | 78.62 | 0.71 | 0.08 |
| Hex | 1A | 23 | 6 | 1A | 0 | 53 | 56 | 4F | 47 | 8 |
| Octal | 32 | 43 | 6 | 32 | 0 | 123 | 126 | 117 | 107 | 10 |
| Binary | 11010 | 100011 | 110 | 11010 | 0 | 1010011 | 1010110 | 1001111 | 1000111 | 1000 |
Color Harmonies of #1A2306
Complementary color
Monochromatic Colors of #1A2306
Black with #1A2306
Text Example
Text Example
White with #1A2306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2306; }
p { color: rgb(26,35,6); }
H1.HeaderClassName
{
color: #1A2306;
}
.AnyTagClassName
{
color: #1A2306;
}
</style>
background-color css
<style>
a { background-color: #1A2306; }
a { background-color: rgb(26,35,6); }
div.DivClassName
{
background-color: #1A2306;
}
.BgClassName
{
background-color: #1A2306;
}
</style>
border-color css
<style>
span { border-color: #1A2306; }
span { border-color: rgb(26,35,6); }
td.TdClassName
{
border-color: #1A2306;
}
.TagClassName
{
border-color: #1A2306;
}
</style>