Shades of Pine Tree #1C3308
Tints of Pine Tree #1C3308
RGB
CMYK
RGB Variations
Color information
#1C3308 (or 0x1C3308) is known color: Pine Tree. HEX triplet: 1C, 33 and 08. RGB value is (28,51,8). Sum of RGB (Red+Green+Blue) = 28+51+8=87 (11% of max value = 765). Red value is 28 (11.33% from 255 or 32.18% from 87); Green value is 51 (20.31% from 255 or 58.62% from 87); Blue value is 8 (3.52% from 255 or 9.20% from 87); Max value from RGB is 51 - color contains mainly: green. Hex color #1C3308 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C3308 is #E3CCF7. Grayscale: #272727. Windows color (decimal): -14929144 or 537372. OLE color: 537372.
HSL color Cylindrical-coordinate representation of color #1C3308: hue angle of 92.09º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C3308 is Cyan = 0.45, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 28 | 51 | 8 | - |
| CMYK | 0.45 | 0 | 0.84 | 0.8 |
| HSL | 92.09º | 0.73% | 0.12% | - |
| HSV(B) | 92.09º | 0.84% | 0.2% | - |
| XYZ | 1.71 | 2.63 | 0.65 | - |
| YUV | 39.22 | 110.38 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 51 | 8 | 0.45 | 0 | 0.84 | 0.8 | 92.09 | 0.73 | 0.12 |
| Hex | 1C | 33 | 8 | 2D | 0 | 54 | 50 | 5C | 49 | C |
| Octal | 34 | 63 | 10 | 55 | 0 | 124 | 120 | 134 | 111 | 14 |
| Binary | 11100 | 110011 | 1000 | 101101 | 0 | 1010100 | 1010000 | 1011100 | 1001001 | 1100 |
Color Harmonies of #1C3308
Complementary color
Monochromatic Colors of #1C3308
Black with #1C3308
Text Example
Text Example
White with #1C3308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3308; }
p { color: rgb(28,51,8); }
H1.HeaderClassName
{
color: #1C3308;
}
.AnyTagClassName
{
color: #1C3308;
}
</style>
background-color css
<style>
a { background-color: #1C3308; }
a { background-color: rgb(28,51,8); }
div.DivClassName
{
background-color: #1C3308;
}
.BgClassName
{
background-color: #1C3308;
}
</style>
border-color css
<style>
span { border-color: #1C3308; }
span { border-color: rgb(28,51,8); }
td.TdClassName
{
border-color: #1C3308;
}
.TagClassName
{
border-color: #1C3308;
}
</style>