Shades of Pine Tree #1A310C
Tints of Pine Tree #1A310C
RGB
CMYK
RGB Variations
Color information
#1A310C (or 0x1A310C) is known color: Pine Tree. HEX triplet: 1A, 31 and 0C. RGB value is (26,49,12). Sum of RGB (Red+Green+Blue) = 26+49+12=87 (11% of max value = 765). Red value is 26 (10.55% from 255 or 29.89% from 87); Green value is 49 (19.53% from 255 or 56.32% from 87); Blue value is 12 (5.08% from 255 or 13.79% from 87); Max value from RGB is 49 - color contains mainly: green. Hex color #1A310C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A310C is #E5CEF3. Grayscale: #262626. Windows color (decimal): -15060724 or 799002. OLE color: 799002.
HSL color Cylindrical-coordinate representation of color #1A310C: hue angle of 97.3º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A310C is Cyan = 0.47, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 26 | 49 | 12 | - |
| CMYK | 0.47 | 0 | 0.76 | 0.81 |
| HSL | 97.3º | 0.61% | 0.12% | - |
| HSV(B) | 97.3º | 0.76% | 0.19% | - |
| XYZ | 1.59 | 2.44 | 0.74 | - |
| YUV | 37.91 | 113.38 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 49 | 12 | 0.47 | 0 | 0.76 | 0.81 | 97.3 | 0.61 | 0.12 |
| Hex | 1A | 31 | C | 2F | 0 | 4C | 51 | 61 | 3D | C |
| Octal | 32 | 61 | 14 | 57 | 0 | 114 | 121 | 141 | 75 | 14 |
| Binary | 11010 | 110001 | 1100 | 101111 | 0 | 1001100 | 1010001 | 1100001 | 111101 | 1100 |
Color Harmonies of #1A310C
Complementary color
Monochromatic Colors of #1A310C
Black with #1A310C
Text Example
Text Example
White with #1A310C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A310C; }
p { color: rgb(26,49,12); }
H1.HeaderClassName
{
color: #1A310C;
}
.AnyTagClassName
{
color: #1A310C;
}
</style>
background-color css
<style>
a { background-color: #1A310C; }
a { background-color: rgb(26,49,12); }
div.DivClassName
{
background-color: #1A310C;
}
.BgClassName
{
background-color: #1A310C;
}
</style>
border-color css
<style>
span { border-color: #1A310C; }
span { border-color: rgb(26,49,12); }
td.TdClassName
{
border-color: #1A310C;
}
.TagClassName
{
border-color: #1A310C;
}
</style>