Shades of Pine Tree #1C290D
Tints of Pine Tree #1C290D
RGB
CMYK
RGB Variations
Color information
#1C290D (or 0x1C290D) is known color: Pine Tree. HEX triplet: 1C, 29 and 0D. RGB value is (28,41,13). Sum of RGB (Red+Green+Blue) = 28+41+13=82 (10% of max value = 765). Red value is 28 (11.33% from 255 or 34.15% from 82); Green value is 41 (16.41% from 255 or 50% from 82); Blue value is 13 (5.47% from 255 or 15.85% from 82); Max value from RGB is 41 - color contains mainly: green. Hex color #1C290D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C290D is #E3D6F2. Grayscale: #222222. Windows color (decimal): -14931699 or 862492. OLE color: 862492.
HSL color Cylindrical-coordinate representation of color #1C290D: hue angle of 87.86º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1C290D is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 28 | 41 | 13 | - |
| CMYK | 0.32 | 0 | 0.68 | 0.84 |
| HSL | 87.86º | 0.52% | 0.11% | - |
| HSV(B) | 87.86º | 0.68% | 0.16% | - |
| XYZ | 1.34 | 1.86 | 0.67 | - |
| YUV | 33.92 | 116.19 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 41 | 13 | 0.32 | 0 | 0.68 | 0.84 | 87.86 | 0.52 | 0.11 |
| Hex | 1C | 29 | D | 20 | 0 | 44 | 54 | 58 | 34 | B |
| Octal | 34 | 51 | 15 | 40 | 0 | 104 | 124 | 130 | 64 | 13 |
| Binary | 11100 | 101001 | 1101 | 100000 | 0 | 1000100 | 1010100 | 1011000 | 110100 | 1011 |
Color Harmonies of #1C290D
Complementary color
Monochromatic Colors of #1C290D
Black with #1C290D
Text Example
Text Example
White with #1C290D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C290D; }
p { color: rgb(28,41,13); }
H1.HeaderClassName
{
color: #1C290D;
}
.AnyTagClassName
{
color: #1C290D;
}
</style>
background-color css
<style>
a { background-color: #1C290D; }
a { background-color: rgb(28,41,13); }
div.DivClassName
{
background-color: #1C290D;
}
.BgClassName
{
background-color: #1C290D;
}
</style>
border-color css
<style>
span { border-color: #1C290D; }
span { border-color: rgb(28,41,13); }
td.TdClassName
{
border-color: #1C290D;
}
.TagClassName
{
border-color: #1C290D;
}
</style>