Shades of Pine Tree #1C3808
Tints of Pine Tree #1C3808
RGB
CMYK
RGB Variations
Color information
#1C3808 (or 0x1C3808) is known color: Pine Tree. HEX triplet: 1C, 38 and 08. RGB value is (28,56,8). Sum of RGB (Red+Green+Blue) = 28+56+8=92 (12% of max value = 765). Red value is 28 (11.33% from 255 or 30.43% from 92); Green value is 56 (22.27% from 255 or 60.87% from 92); Blue value is 8 (3.52% from 255 or 8.70% from 92); Max value from RGB is 56 - color contains mainly: green. Hex color #1C3808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C3808 is #E3C7F7. Grayscale: #2A2A2A. Windows color (decimal): -14927864 or 538652. OLE color: 538652.
HSL color Cylindrical-coordinate representation of color #1C3808: hue angle of 95º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C3808 is Cyan = 0.50, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 28 | 56 | 8 | - |
| CMYK | 0.50 | 0 | 0.86 | 0.78 |
| HSL | 95º | 0.75% | 0.13% | - |
| HSV(B) | 95º | 0.86% | 0.22% | - |
| XYZ | 1.94 | 3.09 | 0.72 | - |
| YUV | 42.16 | 108.72 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 56 | 8 | 0.50 | 0 | 0.86 | 0.78 | 95 | 0.75 | 0.13 |
| Hex | 1C | 38 | 8 | 32 | 0 | 56 | 4E | 5F | 4B | D |
| Octal | 34 | 70 | 10 | 62 | 0 | 126 | 116 | 137 | 113 | 15 |
| Binary | 11100 | 111000 | 1000 | 110010 | 0 | 1010110 | 1001110 | 1011111 | 1001011 | 1101 |
Color Harmonies of #1C3808
Complementary color
Monochromatic Colors of #1C3808
Black with #1C3808
Text Example
Text Example
White with #1C3808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3808; }
p { color: rgb(28,56,8); }
H1.HeaderClassName
{
color: #1C3808;
}
.AnyTagClassName
{
color: #1C3808;
}
</style>
background-color css
<style>
a { background-color: #1C3808; }
a { background-color: rgb(28,56,8); }
div.DivClassName
{
background-color: #1C3808;
}
.BgClassName
{
background-color: #1C3808;
}
</style>
border-color css
<style>
span { border-color: #1C3808; }
span { border-color: rgb(28,56,8); }
td.TdClassName
{
border-color: #1C3808;
}
.TagClassName
{
border-color: #1C3808;
}
</style>