Shades of Pine Tree #1C280B
Tints of Pine Tree #1C280B
RGB
CMYK
RGB Variations
Color information
#1C280B (or 0x1C280B) is known color: Pine Tree. HEX triplet: 1C, 28 and 0B. RGB value is (28,40,11). Sum of RGB (Red+Green+Blue) = 28+40+11=79 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35.44% from 79); Green value is 40 (16.02% from 255 or 50.63% from 79); Blue value is 11 (4.69% from 255 or 13.92% from 79); Max value from RGB is 40 - color contains mainly: green. Hex color #1C280B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C280B is #E3D7F4. Grayscale: #212121. Windows color (decimal): -14931957 or 731164. OLE color: 731164.
HSL color Cylindrical-coordinate representation of color #1C280B: hue angle of 84.83º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C280B is Cyan = 0.30, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 28 | 40 | 11 | - |
| CMYK | 0.30 | 0 | 0.72 | 0.84 |
| HSL | 84.83º | 0.57% | 0.1% | - |
| HSV(B) | 84.83º | 0.73% | 0.16% | - |
| XYZ | 1.3 | 1.79 | 0.59 | - |
| YUV | 33.11 | 115.52 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 40 | 11 | 0.30 | 0 | 0.72 | 0.84 | 84.83 | 0.57 | 0.1 |
| Hex | 1C | 28 | B | 1E | 0 | 48 | 54 | 55 | 39 | A |
| Octal | 34 | 50 | 13 | 36 | 0 | 110 | 124 | 125 | 71 | 12 |
| Binary | 11100 | 101000 | 1011 | 11110 | 0 | 1001000 | 1010100 | 1010101 | 111001 | 1010 |
Color Harmonies of #1C280B
Complementary color
Monochromatic Colors of #1C280B
Black with #1C280B
Text Example
Text Example
White with #1C280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C280B; }
p { color: rgb(28,40,11); }
H1.HeaderClassName
{
color: #1C280B;
}
.AnyTagClassName
{
color: #1C280B;
}
</style>
background-color css
<style>
a { background-color: #1C280B; }
a { background-color: rgb(28,40,11); }
div.DivClassName
{
background-color: #1C280B;
}
.BgClassName
{
background-color: #1C280B;
}
</style>
border-color css
<style>
span { border-color: #1C280B; }
span { border-color: rgb(28,40,11); }
td.TdClassName
{
border-color: #1C280B;
}
.TagClassName
{
border-color: #1C280B;
}
</style>