Shades of Pine Tree #1C2713
Tints of Pine Tree #1C2713
RGB
CMYK
RGB Variations
Color information
#1C2713 (or 0x1C2713) is known color: Pine Tree. HEX triplet: 1C, 27 and 13. RGB value is (28,39,19). Sum of RGB (Red+Green+Blue) = 28+39+19=86 (11% of max value = 765). Red value is 28 (11.33% from 255 or 32.56% from 86); Green value is 39 (15.62% from 255 or 45.35% from 86); Blue value is 19 (7.81% from 255 or 22.09% from 86); Max value from RGB is 39 - color contains mainly: green. Hex color #1C2713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2713 is #E3D8EC. Grayscale: #212121. Windows color (decimal): -14932205 or 1255196. OLE color: 1255196.
HSL color Cylindrical-coordinate representation of color #1C2713: hue angle of 93º degrees, saturation: 0.34, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1C2713 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 28 | 39 | 19 | - |
| CMYK | 0.28 | 0 | 0.51 | 0.85 |
| HSL | 93º | 0.34% | 0.11% | - |
| HSV(B) | 93º | 0.51% | 0.15% | - |
| XYZ | 1.32 | 1.74 | 0.88 | - |
| YUV | 33.43 | 119.86 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 39 | 19 | 0.28 | 0 | 0.51 | 0.85 | 93 | 0.34 | 0.11 |
| Hex | 1C | 27 | 13 | 1C | 0 | 33 | 55 | 5D | 22 | B |
| Octal | 34 | 47 | 23 | 34 | 0 | 63 | 125 | 135 | 42 | 13 |
| Binary | 11100 | 100111 | 10011 | 11100 | 0 | 110011 | 1010101 | 1011101 | 100010 | 1011 |
Color Harmonies of #1C2713
Complementary color
Monochromatic Colors of #1C2713
Black with #1C2713
Text Example
Text Example
White with #1C2713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2713; }
p { color: rgb(28,39,19); }
H1.HeaderClassName
{
color: #1C2713;
}
.AnyTagClassName
{
color: #1C2713;
}
</style>
background-color css
<style>
a { background-color: #1C2713; }
a { background-color: rgb(28,39,19); }
div.DivClassName
{
background-color: #1C2713;
}
.BgClassName
{
background-color: #1C2713;
}
</style>
border-color css
<style>
span { border-color: #1C2713; }
span { border-color: rgb(28,39,19); }
td.TdClassName
{
border-color: #1C2713;
}
.TagClassName
{
border-color: #1C2713;
}
</style>