Shades of Pine Tree #1C280D
Tints of Pine Tree #1C280D
RGB
CMYK
RGB Variations
Color information
#1C280D (or 0x1C280D) is known color: Pine Tree. HEX triplet: 1C, 28 and 0D. RGB value is (28,40,13). Sum of RGB (Red+Green+Blue) = 28+40+13=81 (10% of max value = 765). Red value is 28 (11.33% from 255 or 34.57% from 81); Green value is 40 (16.02% from 255 or 49.38% from 81); Blue value is 13 (5.47% from 255 or 16.05% from 81); Max value from RGB is 40 - color contains mainly: green. Hex color #1C280D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C280D is #E3D7F2. Grayscale: #212121. Windows color (decimal): -14931955 or 862236. OLE color: 862236.
HSL color Cylindrical-coordinate representation of color #1C280D: hue angle of 86.67º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1C280D is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 28 | 40 | 13 | - |
| CMYK | 0.30 | 0 | 0.67 | 0.84 |
| HSL | 86.67º | 0.51% | 0.1% | - |
| HSV(B) | 86.67º | 0.68% | 0.16% | - |
| XYZ | 1.31 | 1.79 | 0.66 | - |
| YUV | 33.33 | 116.52 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 40 | 13 | 0.30 | 0 | 0.67 | 0.84 | 86.67 | 0.51 | 0.1 |
| Hex | 1C | 28 | D | 1E | 0 | 43 | 54 | 57 | 33 | A |
| Octal | 34 | 50 | 15 | 36 | 0 | 103 | 124 | 127 | 63 | 12 |
| Binary | 11100 | 101000 | 1101 | 11110 | 0 | 1000011 | 1010100 | 1010111 | 110011 | 1010 |
Color Harmonies of #1C280D
Complementary color
Monochromatic Colors of #1C280D
Black with #1C280D
Text Example
Text Example
White with #1C280D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C280D; }
p { color: rgb(28,40,13); }
H1.HeaderClassName
{
color: #1C280D;
}
.AnyTagClassName
{
color: #1C280D;
}
</style>
background-color css
<style>
a { background-color: #1C280D; }
a { background-color: rgb(28,40,13); }
div.DivClassName
{
background-color: #1C280D;
}
.BgClassName
{
background-color: #1C280D;
}
</style>
border-color css
<style>
span { border-color: #1C280D; }
span { border-color: rgb(28,40,13); }
td.TdClassName
{
border-color: #1C280D;
}
.TagClassName
{
border-color: #1C280D;
}
</style>