Shades of Pine Tree #1C3604
Tints of Pine Tree #1C3604
RGB
CMYK
RGB Variations
Color information
#1C3604 (or 0x1C3604) is known color: Pine Tree. HEX triplet: 1C, 36 and 04. RGB value is (28,54,4). Sum of RGB (Red+Green+Blue) = 28+54+4=86 (11% of max value = 765). Red value is 28 (11.33% from 255 or 32.56% from 86); Green value is 54 (21.48% from 255 or 62.79% from 86); Blue value is 4 (1.95% from 255 or 4.65% from 86); Max value from RGB is 54 - color contains mainly: green. Hex color #1C3604 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C3604 is #E3C9FB. Grayscale: #282828. Windows color (decimal): -14928380 or 275996. OLE color: 275996.
HSL color Cylindrical-coordinate representation of color #1C3604: hue angle of 91.2º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1C3604 is Cyan = 0.48, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 28 | 54 | 4 | - |
| CMYK | 0.48 | 0 | 0.93 | 0.79 |
| HSL | 91.2º | 0.86% | 0.11% | - |
| HSV(B) | 91.2º | 0.93% | 0.21% | - |
| XYZ | 1.82 | 2.89 | 0.58 | - |
| YUV | 40.53 | 107.39 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 54 | 4 | 0.48 | 0 | 0.93 | 0.79 | 91.2 | 0.86 | 0.11 |
| Hex | 1C | 36 | 4 | 30 | 0 | 5D | 4F | 5B | 56 | B |
| Octal | 34 | 66 | 4 | 60 | 0 | 135 | 117 | 133 | 126 | 13 |
| Binary | 11100 | 110110 | 100 | 110000 | 0 | 1011101 | 1001111 | 1011011 | 1010110 | 1011 |
Color Harmonies of #1C3604
Complementary color
Monochromatic Colors of #1C3604
Black with #1C3604
Text Example
Text Example
White with #1C3604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3604; }
p { color: rgb(28,54,4); }
H1.HeaderClassName
{
color: #1C3604;
}
.AnyTagClassName
{
color: #1C3604;
}
</style>
background-color css
<style>
a { background-color: #1C3604; }
a { background-color: rgb(28,54,4); }
div.DivClassName
{
background-color: #1C3604;
}
.BgClassName
{
background-color: #1C3604;
}
</style>
border-color css
<style>
span { border-color: #1C3604; }
span { border-color: rgb(28,54,4); }
td.TdClassName
{
border-color: #1C3604;
}
.TagClassName
{
border-color: #1C3604;
}
</style>