Shades of Pine Tree #1C320C
Tints of Pine Tree #1C320C
RGB
CMYK
RGB Variations
Color information
#1C320C (or 0x1C320C) is known color: Pine Tree. HEX triplet: 1C, 32 and 0C. RGB value is (28,50,12). Sum of RGB (Red+Green+Blue) = 28+50+12=90 (11% of max value = 765). Red value is 28 (11.33% from 255 or 31.11% from 90); Green value is 50 (19.92% from 255 or 55.56% from 90); Blue value is 12 (5.08% from 255 or 13.33% from 90); Max value from RGB is 50 - color contains mainly: green. Hex color #1C320C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C320C is #E3CDF3. Grayscale: #272727. Windows color (decimal): -14929396 or 799260. OLE color: 799260.
HSL color Cylindrical-coordinate representation of color #1C320C: hue angle of 94.74º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C320C is Cyan = 0.44, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 28 | 50 | 12 | - |
| CMYK | 0.44 | 0 | 0.76 | 0.80 |
| HSL | 94.74º | 0.61% | 0.12% | - |
| HSV(B) | 94.74º | 0.76% | 0.2% | - |
| XYZ | 1.69 | 2.55 | 0.75 | - |
| YUV | 39.09 | 112.71 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 50 | 12 | 0.44 | 0 | 0.76 | 0.80 | 94.74 | 0.61 | 0.12 |
| Hex | 1C | 32 | C | 2C | 0 | 4C | 50 | 5F | 3D | C |
| Octal | 34 | 62 | 14 | 54 | 0 | 114 | 120 | 137 | 75 | 14 |
| Binary | 11100 | 110010 | 1100 | 101100 | 0 | 1001100 | 1010000 | 1011111 | 111101 | 1100 |
Color Harmonies of #1C320C
Complementary color
Monochromatic Colors of #1C320C
Black with #1C320C
Text Example
Text Example
White with #1C320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C320C; }
p { color: rgb(28,50,12); }
H1.HeaderClassName
{
color: #1C320C;
}
.AnyTagClassName
{
color: #1C320C;
}
</style>
background-color css
<style>
a { background-color: #1C320C; }
a { background-color: rgb(28,50,12); }
div.DivClassName
{
background-color: #1C320C;
}
.BgClassName
{
background-color: #1C320C;
}
</style>
border-color css
<style>
span { border-color: #1C320C; }
span { border-color: rgb(28,50,12); }
td.TdClassName
{
border-color: #1C320C;
}
.TagClassName
{
border-color: #1C320C;
}
</style>