Shades of Pine Tree #1C260C
Tints of Pine Tree #1C260C
RGB
CMYK
RGB Variations
Color information
#1C260C (or 0x1C260C) is known color: Pine Tree. HEX triplet: 1C, 26 and 0C. RGB value is (28,38,12). Sum of RGB (Red+Green+Blue) = 28+38+12=78 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35.90% from 78); Green value is 38 (15.23% from 255 or 48.72% from 78); Blue value is 12 (5.08% from 255 or 15.38% from 78); Max value from RGB is 38 - color contains mainly: green. Hex color #1C260C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C260C is #E3D9F3. Grayscale: #202020. Windows color (decimal): -14932468 or 796188. OLE color: 796188.
HSL color Cylindrical-coordinate representation of color #1C260C: hue angle of 83.08º degrees, saturation: 0.52, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1C260C is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 28 | 38 | 12 | - |
| CMYK | 0.26 | 0 | 0.68 | 0.85 |
| HSL | 83.08º | 0.52% | 0.1% | - |
| HSV(B) | 83.08º | 0.68% | 0.15% | - |
| XYZ | 1.24 | 1.66 | 0.6 | - |
| YUV | 32.05 | 116.69 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 38 | 12 | 0.26 | 0 | 0.68 | 0.85 | 83.08 | 0.52 | 0.1 |
| Hex | 1C | 26 | C | 1A | 0 | 44 | 55 | 53 | 34 | A |
| Octal | 34 | 46 | 14 | 32 | 0 | 104 | 125 | 123 | 64 | 12 |
| Binary | 11100 | 100110 | 1100 | 11010 | 0 | 1000100 | 1010101 | 1010011 | 110100 | 1010 |
Color Harmonies of #1C260C
Complementary color
Monochromatic Colors of #1C260C
Black with #1C260C
Text Example
Text Example
White with #1C260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C260C; }
p { color: rgb(28,38,12); }
H1.HeaderClassName
{
color: #1C260C;
}
.AnyTagClassName
{
color: #1C260C;
}
</style>
background-color css
<style>
a { background-color: #1C260C; }
a { background-color: rgb(28,38,12); }
div.DivClassName
{
background-color: #1C260C;
}
.BgClassName
{
background-color: #1C260C;
}
</style>
border-color css
<style>
span { border-color: #1C260C; }
span { border-color: rgb(28,38,12); }
td.TdClassName
{
border-color: #1C260C;
}
.TagClassName
{
border-color: #1C260C;
}
</style>