Shades of Pine Tree #1C260E
Tints of Pine Tree #1C260E
RGB
CMYK
RGB Variations
Color information
#1C260E (or 0x1C260E) is known color: Pine Tree. HEX triplet: 1C, 26 and 0E. RGB value is (28,38,14). Sum of RGB (Red+Green+Blue) = 28+38+14=80 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35% from 80); Green value is 38 (15.23% from 255 or 47.5% from 80); Blue value is 14 (5.86% from 255 or 17.5% from 80); Max value from RGB is 38 - color contains mainly: green. Hex color #1C260E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C260E is #E3D9F1. Grayscale: #202020. Windows color (decimal): -14932466 or 927260. OLE color: 927260.
HSL color Cylindrical-coordinate representation of color #1C260E: hue angle of 85º degrees, saturation: 0.46, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1C260E is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 28 | 38 | 14 | - |
| CMYK | 0.26 | 0 | 0.63 | 0.85 |
| HSL | 85º | 0.46% | 0.1% | - |
| HSV(B) | 85º | 0.63% | 0.15% | - |
| XYZ | 1.25 | 1.66 | 0.67 | - |
| YUV | 32.27 | 117.69 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 38 | 14 | 0.26 | 0 | 0.63 | 0.85 | 85 | 0.46 | 0.1 |
| Hex | 1C | 26 | E | 1A | 0 | 3F | 55 | 55 | 2E | A |
| Octal | 34 | 46 | 16 | 32 | 0 | 77 | 125 | 125 | 56 | 12 |
| Binary | 11100 | 100110 | 1110 | 11010 | 0 | 111111 | 1010101 | 1010101 | 101110 | 1010 |
Color Harmonies of #1C260E
Complementary color
Monochromatic Colors of #1C260E
Black with #1C260E
Text Example
Text Example
White with #1C260E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C260E; }
p { color: rgb(28,38,14); }
H1.HeaderClassName
{
color: #1C260E;
}
.AnyTagClassName
{
color: #1C260E;
}
</style>
background-color css
<style>
a { background-color: #1C260E; }
a { background-color: rgb(28,38,14); }
div.DivClassName
{
background-color: #1C260E;
}
.BgClassName
{
background-color: #1C260E;
}
</style>
border-color css
<style>
span { border-color: #1C260E; }
span { border-color: rgb(28,38,14); }
td.TdClassName
{
border-color: #1C260E;
}
.TagClassName
{
border-color: #1C260E;
}
</style>