Shades of Pine Tree #1A1C18
Tints of Pine Tree #1A1C18
RGB
CMYK
RGB Variations
Color information
#1A1C18 (or 0x1A1C18) is known color: Pine Tree. HEX triplet: 1A, 1C and 18. RGB value is (26,28,24). Sum of RGB (Red+Green+Blue) = 26+28+24=78 (10% of max value = 765). Red value is 26 (10.55% from 255 or 33.33% from 78); Green value is 28 (11.33% from 255 or 35.90% from 78); Blue value is 24 (9.77% from 255 or 30.77% from 78); Max value from RGB is 28 - color contains mainly: green. Hex color #1A1C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1C18 is #E5E3E7. Grayscale: #1A1A1A. Windows color (decimal): -15066088 or 1580058. OLE color: 1580058.
HSL color Cylindrical-coordinate representation of color #1A1C18: hue angle of 90º degrees, saturation: 0.08, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #1A1C18 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 26 | 28 | 24 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.89 |
| HSL | 90º | 0.08% | 0.1% | - |
| HSV(B) | 90º | 0.14% | 0.11% | - |
| XYZ | 1.01 | 1.12 | 1.03 | - |
| YUV | 26.95 | 126.34 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 28 | 24 | 0.07 | 0 | 0.14 | 0.89 | 90 | 0.08 | 0.1 |
| Hex | 1A | 1C | 18 | 7 | 0 | E | 59 | 5A | 8 | A |
| Octal | 32 | 34 | 30 | 7 | 0 | 16 | 131 | 132 | 10 | 12 |
| Binary | 11010 | 11100 | 11000 | 111 | 0 | 1110 | 1011001 | 1011010 | 1000 | 1010 |
Color Harmonies of #1A1C18
Complementary color
Monochromatic Colors of #1A1C18
Black with #1A1C18
Text Example
Text Example
White with #1A1C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1C18; }
p { color: rgb(26,28,24); }
H1.HeaderClassName
{
color: #1A1C18;
}
.AnyTagClassName
{
color: #1A1C18;
}
</style>
background-color css
<style>
a { background-color: #1A1C18; }
a { background-color: rgb(26,28,24); }
div.DivClassName
{
background-color: #1A1C18;
}
.BgClassName
{
background-color: #1A1C18;
}
</style>
border-color css
<style>
span { border-color: #1A1C18; }
span { border-color: rgb(26,28,24); }
td.TdClassName
{
border-color: #1A1C18;
}
.TagClassName
{
border-color: #1A1C18;
}
</style>