Shades of Pine Tree #1C3509
Tints of Pine Tree #1C3509
RGB
CMYK
RGB Variations
Color information
#1C3509 (or 0x1C3509) is known color: Pine Tree. HEX triplet: 1C, 35 and 09. RGB value is (28,53,9). Sum of RGB (Red+Green+Blue) = 28+53+9=90 (11% of max value = 765). Red value is 28 (11.33% from 255 or 31.11% from 90); Green value is 53 (21.09% from 255 or 58.89% from 90); Blue value is 9 (3.91% from 255 or 10% from 90); Max value from RGB is 53 - color contains mainly: green. Hex color #1C3509 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C3509 is #E3CAF6. Grayscale: #282828. Windows color (decimal): -14928631 or 603420. OLE color: 603420.
HSL color Cylindrical-coordinate representation of color #1C3509: hue angle of 94.09º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1C3509 is Cyan = 0.47, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 28 | 53 | 9 | - |
| CMYK | 0.47 | 0 | 0.83 | 0.79 |
| HSL | 94.09º | 0.71% | 0.12% | - |
| HSV(B) | 94.09º | 0.83% | 0.21% | - |
| XYZ | 1.8 | 2.81 | 0.71 | - |
| YUV | 40.51 | 110.22 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 53 | 9 | 0.47 | 0 | 0.83 | 0.79 | 94.09 | 0.71 | 0.12 |
| Hex | 1C | 35 | 9 | 2F | 0 | 53 | 4F | 5E | 47 | C |
| Octal | 34 | 65 | 11 | 57 | 0 | 123 | 117 | 136 | 107 | 14 |
| Binary | 11100 | 110101 | 1001 | 101111 | 0 | 1010011 | 1001111 | 1011110 | 1000111 | 1100 |
Color Harmonies of #1C3509
Complementary color
Monochromatic Colors of #1C3509
Black with #1C3509
Text Example
Text Example
White with #1C3509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3509; }
p { color: rgb(28,53,9); }
H1.HeaderClassName
{
color: #1C3509;
}
.AnyTagClassName
{
color: #1C3509;
}
</style>
background-color css
<style>
a { background-color: #1C3509; }
a { background-color: rgb(28,53,9); }
div.DivClassName
{
background-color: #1C3509;
}
.BgClassName
{
background-color: #1C3509;
}
</style>
border-color css
<style>
span { border-color: #1C3509; }
span { border-color: rgb(28,53,9); }
td.TdClassName
{
border-color: #1C3509;
}
.TagClassName
{
border-color: #1C3509;
}
</style>