Shades of Pine Tree #1C330C
Tints of Pine Tree #1C330C
RGB
CMYK
RGB Variations
Color information
#1C330C (or 0x1C330C) is known color: Pine Tree. HEX triplet: 1C, 33 and 0C. RGB value is (28,51,12). Sum of RGB (Red+Green+Blue) = 28+51+12=91 (12% of max value = 765). Red value is 28 (11.33% from 255 or 30.77% from 91); Green value is 51 (20.31% from 255 or 56.04% from 91); Blue value is 12 (5.08% from 255 or 13.19% from 91); Max value from RGB is 51 - color contains mainly: green. Hex color #1C330C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C330C is #E3CCF3. Grayscale: #272727. Windows color (decimal): -14929140 or 799516. OLE color: 799516.
HSL color Cylindrical-coordinate representation of color #1C330C: hue angle of 95.38º degrees, saturation: 0.62, 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 #1C330C is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 28 | 51 | 12 | - |
| CMYK | 0.45 | 0 | 0.76 | 0.8 |
| HSL | 95.38º | 0.62% | 0.12% | - |
| HSV(B) | 95.38º | 0.76% | 0.2% | - |
| XYZ | 1.73 | 2.64 | 0.77 | - |
| YUV | 39.68 | 112.38 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 51 | 12 | 0.45 | 0 | 0.76 | 0.8 | 95.38 | 0.62 | 0.12 |
| Hex | 1C | 33 | C | 2D | 0 | 4C | 50 | 5F | 3E | C |
| Octal | 34 | 63 | 14 | 55 | 0 | 114 | 120 | 137 | 76 | 14 |
| Binary | 11100 | 110011 | 1100 | 101101 | 0 | 1001100 | 1010000 | 1011111 | 111110 | 1100 |
Color Harmonies of #1C330C
Complementary color
Monochromatic Colors of #1C330C
Black with #1C330C
Text Example
Text Example
White with #1C330C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C330C; }
p { color: rgb(28,51,12); }
H1.HeaderClassName
{
color: #1C330C;
}
.AnyTagClassName
{
color: #1C330C;
}
</style>
background-color css
<style>
a { background-color: #1C330C; }
a { background-color: rgb(28,51,12); }
div.DivClassName
{
background-color: #1C330C;
}
.BgClassName
{
background-color: #1C330C;
}
</style>
border-color css
<style>
span { border-color: #1C330C; }
span { border-color: rgb(28,51,12); }
td.TdClassName
{
border-color: #1C330C;
}
.TagClassName
{
border-color: #1C330C;
}
</style>