Shades of Pine Tree #1A240D
Tints of Pine Tree #1A240D
RGB
CMYK
RGB Variations
Color information
#1A240D (or 0x1A240D) is known color: Pine Tree. HEX triplet: 1A, 24 and 0D. RGB value is (26,36,13). Sum of RGB (Red+Green+Blue) = 26+36+13=75 (9% of max value = 765). Red value is 26 (10.55% from 255 or 34.67% from 75); Green value is 36 (14.45% from 255 or 48% from 75); Blue value is 13 (5.47% from 255 or 17.33% from 75); Max value from RGB is 36 - color contains mainly: green. Hex color #1A240D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A240D is #E5DBF2. Grayscale: #1E1E1E. Windows color (decimal): -15064051 or 861210. OLE color: 861210.
HSL color Cylindrical-coordinate representation of color #1A240D: hue angle of 86.09º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1A240D is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 26 | 36 | 13 | - |
| CMYK | 0.28 | 0 | 0.64 | 0.86 |
| HSL | 86.09º | 0.47% | 0.1% | - |
| HSV(B) | 86.09º | 0.64% | 0.14% | - |
| XYZ | 1.13 | 1.51 | 0.61 | - |
| YUV | 30.39 | 118.19 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 36 | 13 | 0.28 | 0 | 0.64 | 0.86 | 86.09 | 0.47 | 0.1 |
| Hex | 1A | 24 | D | 1C | 0 | 40 | 56 | 56 | 2F | A |
| Octal | 32 | 44 | 15 | 34 | 0 | 100 | 126 | 126 | 57 | 12 |
| Binary | 11010 | 100100 | 1101 | 11100 | 0 | 1000000 | 1010110 | 1010110 | 101111 | 1010 |
Color Harmonies of #1A240D
Complementary color
Monochromatic Colors of #1A240D
Black with #1A240D
Text Example
Text Example
White with #1A240D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A240D; }
p { color: rgb(26,36,13); }
H1.HeaderClassName
{
color: #1A240D;
}
.AnyTagClassName
{
color: #1A240D;
}
</style>
background-color css
<style>
a { background-color: #1A240D; }
a { background-color: rgb(26,36,13); }
div.DivClassName
{
background-color: #1A240D;
}
.BgClassName
{
background-color: #1A240D;
}
</style>
border-color css
<style>
span { border-color: #1A240D; }
span { border-color: rgb(26,36,13); }
td.TdClassName
{
border-color: #1A240D;
}
.TagClassName
{
border-color: #1A240D;
}
</style>