Shades of Pine Tree #1C2712
Tints of Pine Tree #1C2712
RGB
CMYK
RGB Variations
Color information
#1C2712 (or 0x1C2712) is known color: Pine Tree. HEX triplet: 1C, 27 and 12. RGB value is (28,39,18). Sum of RGB (Red+Green+Blue) = 28+39+18=85 (11% of max value = 765). Red value is 28 (11.33% from 255 or 32.94% from 85); Green value is 39 (15.62% from 255 or 45.88% from 85); Blue value is 18 (7.42% from 255 or 21.18% from 85); Max value from RGB is 39 - color contains mainly: green. Hex color #1C2712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2712 is #E3D8ED. Grayscale: #212121. Windows color (decimal): -14932206 or 1189660. OLE color: 1189660.
HSL color Cylindrical-coordinate representation of color #1C2712: hue angle of 91.43º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1C2712 is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 28 | 39 | 18 | - |
| CMYK | 0.28 | 0 | 0.54 | 0.85 |
| HSL | 91.43º | 0.37% | 0.11% | - |
| HSV(B) | 91.43º | 0.54% | 0.15% | - |
| XYZ | 1.31 | 1.74 | 0.84 | - |
| YUV | 33.32 | 119.36 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 39 | 18 | 0.28 | 0 | 0.54 | 0.85 | 91.43 | 0.37 | 0.11 |
| Hex | 1C | 27 | 12 | 1C | 0 | 36 | 55 | 5B | 25 | B |
| Octal | 34 | 47 | 22 | 34 | 0 | 66 | 125 | 133 | 45 | 13 |
| Binary | 11100 | 100111 | 10010 | 11100 | 0 | 110110 | 1010101 | 1011011 | 100101 | 1011 |
Color Harmonies of #1C2712
Complementary color
Monochromatic Colors of #1C2712
Black with #1C2712
Text Example
Text Example
White with #1C2712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2712; }
p { color: rgb(28,39,18); }
H1.HeaderClassName
{
color: #1C2712;
}
.AnyTagClassName
{
color: #1C2712;
}
</style>
background-color css
<style>
a { background-color: #1C2712; }
a { background-color: rgb(28,39,18); }
div.DivClassName
{
background-color: #1C2712;
}
.BgClassName
{
background-color: #1C2712;
}
</style>
border-color css
<style>
span { border-color: #1C2712; }
span { border-color: rgb(28,39,18); }
td.TdClassName
{
border-color: #1C2712;
}
.TagClassName
{
border-color: #1C2712;
}
</style>