Shades of Pine Tree #1C3706
Tints of Pine Tree #1C3706
RGB
CMYK
RGB Variations
Color information
#1C3706 (or 0x1C3706) is known color: Pine Tree. HEX triplet: 1C, 37 and 06. RGB value is (28,55,6). Sum of RGB (Red+Green+Blue) = 28+55+6=89 (11% of max value = 765). Red value is 28 (11.33% from 255 or 31.46% from 89); Green value is 55 (21.88% from 255 or 61.80% from 89); Blue value is 6 (2.73% from 255 or 6.74% from 89); Max value from RGB is 55 - color contains mainly: green. Hex color #1C3706 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C3706 is #E3C8F9. Grayscale: #292929. Windows color (decimal): -14928122 or 407324. OLE color: 407324.
HSL color Cylindrical-coordinate representation of color #1C3706: hue angle of 93.06º degrees, saturation: 0.8, 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 #1C3706 is Cyan = 0.49, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 28 | 55 | 6 | - |
| CMYK | 0.49 | 0 | 0.89 | 0.78 |
| HSL | 93.06º | 0.8% | 0.12% | - |
| HSV(B) | 93.06º | 0.89% | 0.22% | - |
| XYZ | 1.88 | 2.99 | 0.65 | - |
| YUV | 41.34 | 108.05 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 55 | 6 | 0.49 | 0 | 0.89 | 0.78 | 93.06 | 0.8 | 0.12 |
| Hex | 1C | 37 | 6 | 31 | 0 | 59 | 4E | 5D | 50 | C |
| Octal | 34 | 67 | 6 | 61 | 0 | 131 | 116 | 135 | 120 | 14 |
| Binary | 11100 | 110111 | 110 | 110001 | 0 | 1011001 | 1001110 | 1011101 | 1010000 | 1100 |
Color Harmonies of #1C3706
Complementary color
Monochromatic Colors of #1C3706
Black with #1C3706
Text Example
Text Example
White with #1C3706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3706; }
p { color: rgb(28,55,6); }
H1.HeaderClassName
{
color: #1C3706;
}
.AnyTagClassName
{
color: #1C3706;
}
</style>
background-color css
<style>
a { background-color: #1C3706; }
a { background-color: rgb(28,55,6); }
div.DivClassName
{
background-color: #1C3706;
}
.BgClassName
{
background-color: #1C3706;
}
</style>
border-color css
<style>
span { border-color: #1C3706; }
span { border-color: rgb(28,55,6); }
td.TdClassName
{
border-color: #1C3706;
}
.TagClassName
{
border-color: #1C3706;
}
</style>