Shades of Pine Tree #1C2313
Tints of Pine Tree #1C2313
RGB
CMYK
RGB Variations
Color information
#1C2313 (or 0x1C2313) is known color: Pine Tree. HEX triplet: 1C, 23 and 13. RGB value is (28,35,19). Sum of RGB (Red+Green+Blue) = 28+35+19=82 (10% of max value = 765). Red value is 28 (11.33% from 255 or 34.15% from 82); Green value is 35 (14.06% from 255 or 42.68% from 82); Blue value is 19 (7.81% from 255 or 23.17% from 82); Max value from RGB is 35 - color contains mainly: green. Hex color #1C2313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2313 is #E3DCEC. Grayscale: #1F1F1F. Windows color (decimal): -14933229 or 1254172. OLE color: 1254172.
HSL color Cylindrical-coordinate representation of color #1C2313: hue angle of 86.25º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1C2313 is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 28 | 35 | 19 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.86 |
| HSL | 86.25º | 0.3% | 0.11% | - |
| HSV(B) | 86.25º | 0.46% | 0.14% | - |
| XYZ | 1.2 | 1.5 | 0.84 | - |
| YUV | 31.08 | 121.18 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 35 | 19 | 0.20 | 0 | 0.46 | 0.86 | 86.25 | 0.3 | 0.11 |
| Hex | 1C | 23 | 13 | 14 | 0 | 2E | 56 | 56 | 1E | B |
| Octal | 34 | 43 | 23 | 24 | 0 | 56 | 126 | 126 | 36 | 13 |
| Binary | 11100 | 100011 | 10011 | 10100 | 0 | 101110 | 1010110 | 1010110 | 11110 | 1011 |
Color Harmonies of #1C2313
Complementary color
Monochromatic Colors of #1C2313
Black with #1C2313
Text Example
Text Example
White with #1C2313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2313; }
p { color: rgb(28,35,19); }
H1.HeaderClassName
{
color: #1C2313;
}
.AnyTagClassName
{
color: #1C2313;
}
</style>
background-color css
<style>
a { background-color: #1C2313; }
a { background-color: rgb(28,35,19); }
div.DivClassName
{
background-color: #1C2313;
}
.BgClassName
{
background-color: #1C2313;
}
</style>
border-color css
<style>
span { border-color: #1C2313; }
span { border-color: rgb(28,35,19); }
td.TdClassName
{
border-color: #1C2313;
}
.TagClassName
{
border-color: #1C2313;
}
</style>