Shades of Pine Tree #1C280A
Tints of Pine Tree #1C280A
RGB
CMYK
RGB Variations
Color information
#1C280A (or 0x1C280A) is known color: Pine Tree. HEX triplet: 1C, 28 and 0A. RGB value is (28,40,10). Sum of RGB (Red+Green+Blue) = 28+40+10=78 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35.90% from 78); Green value is 40 (16.02% from 255 or 51.28% from 78); Blue value is 10 (4.30% from 255 or 12.82% from 78); Max value from RGB is 40 - color contains mainly: green. Hex color #1C280A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C280A is #E3D7F5. Grayscale: #212121. Windows color (decimal): -14931958 or 665628. OLE color: 665628.
HSL color Cylindrical-coordinate representation of color #1C280A: hue angle of 84º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C280A is Cyan = 0.30, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 28 | 40 | 10 | - |
| CMYK | 0.30 | 0 | 0.75 | 0.84 |
| HSL | 84º | 0.6% | 0.1% | - |
| HSV(B) | 84º | 0.75% | 0.16% | - |
| XYZ | 1.29 | 1.79 | 0.56 | - |
| YUV | 32.99 | 115.02 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 40 | 10 | 0.30 | 0 | 0.75 | 0.84 | 84 | 0.6 | 0.1 |
| Hex | 1C | 28 | A | 1E | 0 | 4B | 54 | 54 | 3C | A |
| Octal | 34 | 50 | 12 | 36 | 0 | 113 | 124 | 124 | 74 | 12 |
| Binary | 11100 | 101000 | 1010 | 11110 | 0 | 1001011 | 1010100 | 1010100 | 111100 | 1010 |
Color Harmonies of #1C280A
Complementary color
Monochromatic Colors of #1C280A
Black with #1C280A
Text Example
Text Example
White with #1C280A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C280A; }
p { color: rgb(28,40,10); }
H1.HeaderClassName
{
color: #1C280A;
}
.AnyTagClassName
{
color: #1C280A;
}
</style>
background-color css
<style>
a { background-color: #1C280A; }
a { background-color: rgb(28,40,10); }
div.DivClassName
{
background-color: #1C280A;
}
.BgClassName
{
background-color: #1C280A;
}
</style>
border-color css
<style>
span { border-color: #1C280A; }
span { border-color: rgb(28,40,10); }
td.TdClassName
{
border-color: #1C280A;
}
.TagClassName
{
border-color: #1C280A;
}
</style>