Shades of Pine Tree #1C2707
Tints of Pine Tree #1C2707
RGB
CMYK
RGB Variations
Color information
#1C2707 (or 0x1C2707) is known color: Pine Tree. HEX triplet: 1C, 27 and 07. RGB value is (28,39,7). Sum of RGB (Red+Green+Blue) = 28+39+7=74 (9% of max value = 765). Red value is 28 (11.33% from 255 or 37.84% from 74); Green value is 39 (15.62% from 255 or 52.70% from 74); Blue value is 7 (3.12% from 255 or 9.46% from 74); Max value from RGB is 39 - color contains mainly: green. Hex color #1C2707 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2707 is #E3D8F8. Grayscale: #202020. Windows color (decimal): -14932217 or 468764. OLE color: 468764.
HSL color Cylindrical-coordinate representation of color #1C2707: hue angle of 80.62º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C2707 is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 28 | 39 | 7 | - |
| CMYK | 0.28 | 0 | 0.82 | 0.85 |
| HSL | 80.63º | 0.7% | 0.09% | - |
| HSV(B) | 80.63º | 0.82% | 0.15% | - |
| XYZ | 1.24 | 1.71 | 0.47 | - |
| YUV | 32.06 | 113.86 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 39 | 7 | 0.28 | 0 | 0.82 | 0.85 | 80.63 | 0.7 | 0.09 |
| Hex | 1C | 27 | 7 | 1C | 0 | 52 | 55 | 51 | 46 | 9 |
| Octal | 34 | 47 | 7 | 34 | 0 | 122 | 125 | 121 | 106 | 11 |
| Binary | 11100 | 100111 | 111 | 11100 | 0 | 1010010 | 1010101 | 1010001 | 1000110 | 1001 |
Color Harmonies of #1C2707
Complementary color
Monochromatic Colors of #1C2707
Black with #1C2707
Text Example
Text Example
White with #1C2707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2707; }
p { color: rgb(28,39,7); }
H1.HeaderClassName
{
color: #1C2707;
}
.AnyTagClassName
{
color: #1C2707;
}
</style>
background-color css
<style>
a { background-color: #1C2707; }
a { background-color: rgb(28,39,7); }
div.DivClassName
{
background-color: #1C2707;
}
.BgClassName
{
background-color: #1C2707;
}
</style>
border-color css
<style>
span { border-color: #1C2707; }
span { border-color: rgb(28,39,7); }
td.TdClassName
{
border-color: #1C2707;
}
.TagClassName
{
border-color: #1C2707;
}
</style>