Shades of Pine Tree #1C3806
Tints of Pine Tree #1C3806
RGB
CMYK
RGB Variations
Color information
#1C3806 (or 0x1C3806) is known color: Pine Tree. HEX triplet: 1C, 38 and 06. RGB value is (28,56,6). Sum of RGB (Red+Green+Blue) = 28+56+6=90 (11% of max value = 765). Red value is 28 (11.33% from 255 or 31.11% from 90); Green value is 56 (22.27% from 255 or 62.22% from 90); Blue value is 6 (2.73% from 255 or 6.67% from 90); Max value from RGB is 56 - color contains mainly: green. Hex color #1C3806 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C3806 is #E3C7F9. Grayscale: #2A2A2A. Windows color (decimal): -14927866 or 407580. OLE color: 407580.
HSL color Cylindrical-coordinate representation of color #1C3806: hue angle of 93.6º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C3806 is Cyan = 0.50, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 28 | 56 | 6 | - |
| CMYK | 0.50 | 0 | 0.89 | 0.78 |
| HSL | 93.6º | 0.81% | 0.12% | - |
| HSV(B) | 93.6º | 0.89% | 0.22% | - |
| XYZ | 1.93 | 3.09 | 0.67 | - |
| YUV | 41.93 | 107.72 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 56 | 6 | 0.50 | 0 | 0.89 | 0.78 | 93.6 | 0.81 | 0.12 |
| Hex | 1C | 38 | 6 | 32 | 0 | 59 | 4E | 5E | 51 | C |
| Octal | 34 | 70 | 6 | 62 | 0 | 131 | 116 | 136 | 121 | 14 |
| Binary | 11100 | 111000 | 110 | 110010 | 0 | 1011001 | 1001110 | 1011110 | 1010001 | 1100 |
Color Harmonies of #1C3806
Complementary color
Monochromatic Colors of #1C3806
Black with #1C3806
Text Example
Text Example
White with #1C3806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3806; }
p { color: rgb(28,56,6); }
H1.HeaderClassName
{
color: #1C3806;
}
.AnyTagClassName
{
color: #1C3806;
}
</style>
background-color css
<style>
a { background-color: #1C3806; }
a { background-color: rgb(28,56,6); }
div.DivClassName
{
background-color: #1C3806;
}
.BgClassName
{
background-color: #1C3806;
}
</style>
border-color css
<style>
span { border-color: #1C3806; }
span { border-color: rgb(28,56,6); }
td.TdClassName
{
border-color: #1C3806;
}
.TagClassName
{
border-color: #1C3806;
}
</style>