Shades of Pine Tree #1C2514
Tints of Pine Tree #1C2514
RGB
CMYK
RGB Variations
Color information
#1C2514 (or 0x1C2514) is known color: Pine Tree. HEX triplet: 1C, 25 and 14. RGB value is (28,37,20). Sum of RGB (Red+Green+Blue) = 28+37+20=85 (11% of max value = 765). Red value is 28 (11.33% from 255 or 32.94% from 85); Green value is 37 (14.84% from 255 or 43.53% from 85); Blue value is 20 (8.20% from 255 or 23.53% from 85); Max value from RGB is 37 - color contains mainly: green. Hex color #1C2514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2514 is #E3DAEB. Grayscale: #202020. Windows color (decimal): -14932716 or 1320220. OLE color: 1320220.
HSL color Cylindrical-coordinate representation of color #1C2514: hue angle of 91.76º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1C2514 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 28 | 37 | 20 | - |
| CMYK | 0.24 | 0 | 0.46 | 0.85 |
| HSL | 91.76º | 0.3% | 0.11% | - |
| HSV(B) | 91.76º | 0.46% | 0.15% | - |
| XYZ | 1.27 | 1.62 | 0.91 | - |
| YUV | 32.37 | 121.02 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 37 | 20 | 0.24 | 0 | 0.46 | 0.85 | 91.76 | 0.3 | 0.11 |
| Hex | 1C | 25 | 14 | 18 | 0 | 2E | 55 | 5C | 1E | B |
| Octal | 34 | 45 | 24 | 30 | 0 | 56 | 125 | 134 | 36 | 13 |
| Binary | 11100 | 100101 | 10100 | 11000 | 0 | 101110 | 1010101 | 1011100 | 11110 | 1011 |
Color Harmonies of #1C2514
Complementary color
Monochromatic Colors of #1C2514
Black with #1C2514
Text Example
Text Example
White with #1C2514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2514; }
p { color: rgb(28,37,20); }
H1.HeaderClassName
{
color: #1C2514;
}
.AnyTagClassName
{
color: #1C2514;
}
</style>
background-color css
<style>
a { background-color: #1C2514; }
a { background-color: rgb(28,37,20); }
div.DivClassName
{
background-color: #1C2514;
}
.BgClassName
{
background-color: #1C2514;
}
</style>
border-color css
<style>
span { border-color: #1C2514; }
span { border-color: rgb(28,37,20); }
td.TdClassName
{
border-color: #1C2514;
}
.TagClassName
{
border-color: #1C2514;
}
</style>