Shades of Pine Tree #1A2413
Tints of Pine Tree #1A2413
RGB
CMYK
RGB Variations
Color information
#1A2413 (or 0x1A2413) is known color: Pine Tree. HEX triplet: 1A, 24 and 13. RGB value is (26,36,19). Sum of RGB (Red+Green+Blue) = 26+36+19=81 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.10% from 81); Green value is 36 (14.45% from 255 or 44.44% from 81); Blue value is 19 (7.81% from 255 or 23.46% from 81); Max value from RGB is 36 - color contains mainly: green. Hex color #1A2413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A2413 is #E5DBEC. Grayscale: #1F1F1F. Windows color (decimal): -15064045 or 1254426. OLE color: 1254426.
HSL color Cylindrical-coordinate representation of color #1A2413: hue angle of 95.29º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1A2413 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 26 | 36 | 19 | - |
| CMYK | 0.28 | 0 | 0.47 | 0.86 |
| HSL | 95.29º | 0.31% | 0.11% | - |
| HSV(B) | 95.29º | 0.47% | 0.14% | - |
| XYZ | 1.17 | 1.53 | 0.85 | - |
| YUV | 31.07 | 121.19 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 36 | 19 | 0.28 | 0 | 0.47 | 0.86 | 95.29 | 0.31 | 0.11 |
| Hex | 1A | 24 | 13 | 1C | 0 | 2F | 56 | 5F | 1F | B |
| Octal | 32 | 44 | 23 | 34 | 0 | 57 | 126 | 137 | 37 | 13 |
| Binary | 11010 | 100100 | 10011 | 11100 | 0 | 101111 | 1010110 | 1011111 | 11111 | 1011 |
Color Harmonies of #1A2413
Complementary color
Monochromatic Colors of #1A2413
Black with #1A2413
Text Example
Text Example
White with #1A2413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2413; }
p { color: rgb(26,36,19); }
H1.HeaderClassName
{
color: #1A2413;
}
.AnyTagClassName
{
color: #1A2413;
}
</style>
background-color css
<style>
a { background-color: #1A2413; }
a { background-color: rgb(26,36,19); }
div.DivClassName
{
background-color: #1A2413;
}
.BgClassName
{
background-color: #1A2413;
}
</style>
border-color css
<style>
span { border-color: #1A2413; }
span { border-color: rgb(26,36,19); }
td.TdClassName
{
border-color: #1A2413;
}
.TagClassName
{
border-color: #1A2413;
}
</style>