Shades of Pine Tree #1A2010
Tints of Pine Tree #1A2010
RGB
CMYK
RGB Variations
Color information
#1A2010 (or 0x1A2010) is known color: Pine Tree. HEX triplet: 1A, 20 and 10. RGB value is (26,32,16). Sum of RGB (Red+Green+Blue) = 26+32+16=74 (9% of max value = 765). Red value is 26 (10.55% from 255 or 35.14% from 74); Green value is 32 (12.89% from 255 or 43.24% from 74); Blue value is 16 (6.64% from 255 or 21.62% from 74); Max value from RGB is 32 - color contains mainly: green. Hex color #1A2010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A2010 is #E5DFEF. Grayscale: #1C1C1C. Windows color (decimal): -15065072 or 1056794. OLE color: 1056794.
HSL color Cylindrical-coordinate representation of color #1A2010: hue angle of 82.5º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1A2010 is Cyan = 0.19, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 26 | 32 | 16 | - |
| CMYK | 0.19 | 0 | 0.5 | 0.87 |
| HSL | 82.5º | 0.33% | 0.09% | - |
| HSV(B) | 82.5º | 0.5% | 0.13% | - |
| XYZ | 1.04 | 1.29 | 0.68 | - |
| YUV | 28.38 | 121.01 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 32 | 16 | 0.19 | 0 | 0.5 | 0.87 | 82.5 | 0.33 | 0.09 |
| Hex | 1A | 20 | 10 | 13 | 0 | 32 | 57 | 52 | 21 | 9 |
| Octal | 32 | 40 | 20 | 23 | 0 | 62 | 127 | 122 | 41 | 11 |
| Binary | 11010 | 100000 | 10000 | 10011 | 0 | 110010 | 1010111 | 1010010 | 100001 | 1001 |
Color Harmonies of #1A2010
Complementary color
Monochromatic Colors of #1A2010
Black with #1A2010
Text Example
Text Example
White with #1A2010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2010; }
p { color: rgb(26,32,16); }
H1.HeaderClassName
{
color: #1A2010;
}
.AnyTagClassName
{
color: #1A2010;
}
</style>
background-color css
<style>
a { background-color: #1A2010; }
a { background-color: rgb(26,32,16); }
div.DivClassName
{
background-color: #1A2010;
}
.BgClassName
{
background-color: #1A2010;
}
</style>
border-color css
<style>
span { border-color: #1A2010; }
span { border-color: rgb(26,32,16); }
td.TdClassName
{
border-color: #1A2010;
}
.TagClassName
{
border-color: #1A2010;
}
</style>