Shades of Pine Tree #1C2513
Tints of Pine Tree #1C2513
RGB
CMYK
RGB Variations
Color information
#1C2513 (or 0x1C2513) is known color: Pine Tree. HEX triplet: 1C, 25 and 13. RGB value is (28,37,19). Sum of RGB (Red+Green+Blue) = 28+37+19=84 (11% of max value = 765). Red value is 28 (11.33% from 255 or 33.33% from 84); Green value is 37 (14.84% from 255 or 44.05% from 84); Blue value is 19 (7.81% from 255 or 22.62% from 84); Max value from RGB is 37 - color contains mainly: green. Hex color #1C2513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2513 is #E3DAEC. Grayscale: #202020. Windows color (decimal): -14932717 or 1254684. OLE color: 1254684.
HSL color Cylindrical-coordinate representation of color #1C2513: hue angle of 90º degrees, saturation: 0.32, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1C2513 is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 28 | 37 | 19 | - |
| CMYK | 0.24 | 0 | 0.49 | 0.85 |
| HSL | 90º | 0.32% | 0.11% | - |
| HSV(B) | 90º | 0.49% | 0.15% | - |
| XYZ | 1.26 | 1.62 | 0.86 | - |
| YUV | 32.26 | 120.52 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 37 | 19 | 0.24 | 0 | 0.49 | 0.85 | 90 | 0.32 | 0.11 |
| Hex | 1C | 25 | 13 | 18 | 0 | 31 | 55 | 5A | 20 | B |
| Octal | 34 | 45 | 23 | 30 | 0 | 61 | 125 | 132 | 40 | 13 |
| Binary | 11100 | 100101 | 10011 | 11000 | 0 | 110001 | 1010101 | 1011010 | 100000 | 1011 |
Color Harmonies of #1C2513
Complementary color
Monochromatic Colors of #1C2513
Black with #1C2513
Text Example
Text Example
White with #1C2513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2513; }
p { color: rgb(28,37,19); }
H1.HeaderClassName
{
color: #1C2513;
}
.AnyTagClassName
{
color: #1C2513;
}
</style>
background-color css
<style>
a { background-color: #1C2513; }
a { background-color: rgb(28,37,19); }
div.DivClassName
{
background-color: #1C2513;
}
.BgClassName
{
background-color: #1C2513;
}
</style>
border-color css
<style>
span { border-color: #1C2513; }
span { border-color: rgb(28,37,19); }
td.TdClassName
{
border-color: #1C2513;
}
.TagClassName
{
border-color: #1C2513;
}
</style>