Shades of Pine Tree #1C2714
Tints of Pine Tree #1C2714
RGB
CMYK
RGB Variations
Color information
#1C2714 (or 0x1C2714) is known color: Pine Tree. HEX triplet: 1C, 27 and 14. RGB value is (28,39,20). Sum of RGB (Red+Green+Blue) = 28+39+20=87 (11% of max value = 765). Red value is 28 (11.33% from 255 or 32.18% from 87); Green value is 39 (15.62% from 255 or 44.83% from 87); Blue value is 20 (8.20% from 255 or 22.99% from 87); Max value from RGB is 39 - color contains mainly: green. Hex color #1C2714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2714 is #E3D8EB. Grayscale: #212121. Windows color (decimal): -14932204 or 1320732. OLE color: 1320732.
HSL color Cylindrical-coordinate representation of color #1C2714: hue angle of 94.74º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1C2714 is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 28 | 39 | 20 | - |
| CMYK | 0.28 | 0 | 0.49 | 0.85 |
| HSL | 94.74º | 0.32% | 0.12% | - |
| HSV(B) | 94.74º | 0.49% | 0.15% | - |
| XYZ | 1.33 | 1.75 | 0.93 | - |
| YUV | 33.55 | 120.36 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 39 | 20 | 0.28 | 0 | 0.49 | 0.85 | 94.74 | 0.32 | 0.12 |
| Hex | 1C | 27 | 14 | 1C | 0 | 31 | 55 | 5F | 20 | C |
| Octal | 34 | 47 | 24 | 34 | 0 | 61 | 125 | 137 | 40 | 14 |
| Binary | 11100 | 100111 | 10100 | 11100 | 0 | 110001 | 1010101 | 1011111 | 100000 | 1100 |
Color Harmonies of #1C2714
Complementary color
Monochromatic Colors of #1C2714
Black with #1C2714
Text Example
Text Example
White with #1C2714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2714; }
p { color: rgb(28,39,20); }
H1.HeaderClassName
{
color: #1C2714;
}
.AnyTagClassName
{
color: #1C2714;
}
</style>
background-color css
<style>
a { background-color: #1C2714; }
a { background-color: rgb(28,39,20); }
div.DivClassName
{
background-color: #1C2714;
}
.BgClassName
{
background-color: #1C2714;
}
</style>
border-color css
<style>
span { border-color: #1C2714; }
span { border-color: rgb(28,39,20); }
td.TdClassName
{
border-color: #1C2714;
}
.TagClassName
{
border-color: #1C2714;
}
</style>