Shades of Pine Tree #1C2700
Tints of Pine Tree #1C2700
RGB
CMYK
RGB Variations
Color information
#1C2700 (or 0x1C2700) is known color: Pine Tree. HEX triplet: 1C, 27 and 00. RGB value is (28,39,0). Sum of RGB (Red+Green+Blue) = 28+39+0=67 (8% of max value = 765). Red value is 28 (11.33% from 255 or 41.79% from 67); Green value is 39 (15.62% from 255 or 58.21% from 67); Blue value is 0 (0.39% from 255 or 0% from 67); Max value from RGB is 39 - color contains mainly: green. Hex color #1C2700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2700 is #E3D8FF. Grayscale: #1F1F1F. Windows color (decimal): -14932224 or 10012. OLE color: 10012.
HSL color Cylindrical-coordinate representation of color #1C2700: hue angle of 76.92º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C2700 is Cyan = 0.28, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 28 | 39 | 0 | - |
| CMYK | 0.28 | 0 | 1 | 0.85 |
| HSL | 76.92º | 1% | 0.08% | - |
| HSV(B) | 76.92º | 1% | 0.15% | - |
| XYZ | 1.2 | 1.7 | 0.26 | - |
| YUV | 31.27 | 110.36 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 39 | 0 | 0.28 | 0 | 1 | 0.85 | 76.92 | 1 | 0.08 |
| Hex | 1C | 27 | 0 | 1C | 0 | 64 | 55 | 4D | 64 | 8 |
| Octal | 34 | 47 | 0 | 34 | 0 | 144 | 125 | 115 | 144 | 10 |
| Binary | 11100 | 100111 | 0 | 11100 | 0 | 1100100 | 1010101 | 1001101 | 1100100 | 1000 |
Color Harmonies of #1C2700
Complementary color
Monochromatic Colors of #1C2700
Black with #1C2700
Text Example
Text Example
White with #1C2700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2700; }
p { color: rgb(28,39,0); }
H1.HeaderClassName
{
color: #1C2700;
}
.AnyTagClassName
{
color: #1C2700;
}
</style>
background-color css
<style>
a { background-color: #1C2700; }
a { background-color: rgb(28,39,0); }
div.DivClassName
{
background-color: #1C2700;
}
.BgClassName
{
background-color: #1C2700;
}
</style>
border-color css
<style>
span { border-color: #1C2700; }
span { border-color: rgb(28,39,0); }
td.TdClassName
{
border-color: #1C2700;
}
.TagClassName
{
border-color: #1C2700;
}
</style>