Shades of Pine Tree #1A210D
Tints of Pine Tree #1A210D
RGB
CMYK
RGB Variations
Color information
#1A210D (or 0x1A210D) is known color: Pine Tree. HEX triplet: 1A, 21 and 0D. RGB value is (26,33,13). Sum of RGB (Red+Green+Blue) = 26+33+13=72 (9% of max value = 765). Red value is 26 (10.55% from 255 or 36.11% from 72); Green value is 33 (13.28% from 255 or 45.83% from 72); Blue value is 13 (5.47% from 255 or 18.06% from 72); Max value from RGB is 33 - color contains mainly: green. Hex color #1A210D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A210D is #E5DEF2. Grayscale: #1C1C1C. Windows color (decimal): -15064819 or 860442. OLE color: 860442.
HSL color Cylindrical-coordinate representation of color #1A210D: hue angle of 81º degrees, saturation: 0.43, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1A210D is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 26 | 33 | 13 | - |
| CMYK | 0.21 | 0 | 0.61 | 0.87 |
| HSL | 81º | 0.43% | 0.09% | - |
| HSV(B) | 81º | 0.61% | 0.13% | - |
| XYZ | 1.04 | 1.34 | 0.58 | - |
| YUV | 28.63 | 119.18 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 33 | 13 | 0.21 | 0 | 0.61 | 0.87 | 81 | 0.43 | 0.09 |
| Hex | 1A | 21 | D | 15 | 0 | 3D | 57 | 51 | 2B | 9 |
| Octal | 32 | 41 | 15 | 25 | 0 | 75 | 127 | 121 | 53 | 11 |
| Binary | 11010 | 100001 | 1101 | 10101 | 0 | 111101 | 1010111 | 1010001 | 101011 | 1001 |
Color Harmonies of #1A210D
Complementary color
Monochromatic Colors of #1A210D
Black with #1A210D
Text Example
Text Example
White with #1A210D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A210D; }
p { color: rgb(26,33,13); }
H1.HeaderClassName
{
color: #1A210D;
}
.AnyTagClassName
{
color: #1A210D;
}
</style>
background-color css
<style>
a { background-color: #1A210D; }
a { background-color: rgb(26,33,13); }
div.DivClassName
{
background-color: #1A210D;
}
.BgClassName
{
background-color: #1A210D;
}
</style>
border-color css
<style>
span { border-color: #1A210D; }
span { border-color: rgb(26,33,13); }
td.TdClassName
{
border-color: #1A210D;
}
.TagClassName
{
border-color: #1A210D;
}
</style>