Shades of Pine Tree #1C2412
Tints of Pine Tree #1C2412
RGB
CMYK
RGB Variations
Color information
#1C2412 (or 0x1C2412) is known color: Pine Tree. HEX triplet: 1C, 24 and 12. RGB value is (28,36,18). Sum of RGB (Red+Green+Blue) = 28+36+18=82 (10% of max value = 765). Red value is 28 (11.33% from 255 or 34.15% from 82); Green value is 36 (14.45% from 255 or 43.90% from 82); Blue value is 18 (7.42% from 255 or 21.95% from 82); Max value from RGB is 36 - color contains mainly: green. Hex color #1C2412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2412 is #E3DBED. Grayscale: #1F1F1F. Windows color (decimal): -14932974 or 1188892. OLE color: 1188892.
HSL color Cylindrical-coordinate representation of color #1C2412: hue angle of 86.67º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1C2412 is Cyan = 0.22, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 28 | 36 | 18 | - |
| CMYK | 0.22 | 0 | 0.5 | 0.86 |
| HSL | 86.67º | 0.33% | 0.11% | - |
| HSV(B) | 86.67º | 0.5% | 0.14% | - |
| XYZ | 1.22 | 1.55 | 0.81 | - |
| YUV | 31.56 | 120.35 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 36 | 18 | 0.22 | 0 | 0.5 | 0.86 | 86.67 | 0.33 | 0.11 |
| Hex | 1C | 24 | 12 | 16 | 0 | 32 | 56 | 57 | 21 | B |
| Octal | 34 | 44 | 22 | 26 | 0 | 62 | 126 | 127 | 41 | 13 |
| Binary | 11100 | 100100 | 10010 | 10110 | 0 | 110010 | 1010110 | 1010111 | 100001 | 1011 |
Color Harmonies of #1C2412
Complementary color
Monochromatic Colors of #1C2412
Black with #1C2412
Text Example
Text Example
White with #1C2412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2412; }
p { color: rgb(28,36,18); }
H1.HeaderClassName
{
color: #1C2412;
}
.AnyTagClassName
{
color: #1C2412;
}
</style>
background-color css
<style>
a { background-color: #1C2412; }
a { background-color: rgb(28,36,18); }
div.DivClassName
{
background-color: #1C2412;
}
.BgClassName
{
background-color: #1C2412;
}
</style>
border-color css
<style>
span { border-color: #1C2412; }
span { border-color: rgb(28,36,18); }
td.TdClassName
{
border-color: #1C2412;
}
.TagClassName
{
border-color: #1C2412;
}
</style>