Shades of Pine Tree #1C280E
Tints of Pine Tree #1C280E
RGB
CMYK
RGB Variations
Color information
#1C280E (or 0x1C280E) is known color: Pine Tree. HEX triplet: 1C, 28 and 0E. RGB value is (28,40,14). Sum of RGB (Red+Green+Blue) = 28+40+14=82 (10% of max value = 765). Red value is 28 (11.33% from 255 or 34.15% from 82); Green value is 40 (16.02% from 255 or 48.78% from 82); Blue value is 14 (5.86% from 255 or 17.07% from 82); Max value from RGB is 40 - color contains mainly: green. Hex color #1C280E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C280E is #E3D7F1. Grayscale: #212121. Windows color (decimal): -14931954 or 927772. OLE color: 927772.
HSL color Cylindrical-coordinate representation of color #1C280E: hue angle of 87.69º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1C280E is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 28 | 40 | 14 | - |
| CMYK | 0.30 | 0 | 0.65 | 0.84 |
| HSL | 87.69º | 0.48% | 0.11% | - |
| HSV(B) | 87.69º | 0.65% | 0.16% | - |
| XYZ | 1.32 | 1.8 | 0.69 | - |
| YUV | 33.45 | 117.02 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 40 | 14 | 0.30 | 0 | 0.65 | 0.84 | 87.69 | 0.48 | 0.11 |
| Hex | 1C | 28 | E | 1E | 0 | 41 | 54 | 58 | 30 | B |
| Octal | 34 | 50 | 16 | 36 | 0 | 101 | 124 | 130 | 60 | 13 |
| Binary | 11100 | 101000 | 1110 | 11110 | 0 | 1000001 | 1010100 | 1011000 | 110000 | 1011 |
Color Harmonies of #1C280E
Complementary color
Monochromatic Colors of #1C280E
Black with #1C280E
Text Example
Text Example
White with #1C280E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C280E; }
p { color: rgb(28,40,14); }
H1.HeaderClassName
{
color: #1C280E;
}
.AnyTagClassName
{
color: #1C280E;
}
</style>
background-color css
<style>
a { background-color: #1C280E; }
a { background-color: rgb(28,40,14); }
div.DivClassName
{
background-color: #1C280E;
}
.BgClassName
{
background-color: #1C280E;
}
</style>
border-color css
<style>
span { border-color: #1C280E; }
span { border-color: rgb(28,40,14); }
td.TdClassName
{
border-color: #1C280E;
}
.TagClassName
{
border-color: #1C280E;
}
</style>