Shades of Pine Tree #1C3700
Tints of Pine Tree #1C3700
RGB
CMYK
RGB Variations
Color information
#1C3700 (or 0x1C3700) is known color: Pine Tree. HEX triplet: 1C, 37 and 00. RGB value is (28,55,0). Sum of RGB (Red+Green+Blue) = 28+55+0=83 (10% of max value = 765). Red value is 28 (11.33% from 255 or 33.73% from 83); Green value is 55 (21.88% from 255 or 66.27% from 83); Blue value is 0 (0.39% from 255 or 0% from 83); Max value from RGB is 55 - color contains mainly: green. Hex color #1C3700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C3700 is #E3C8FF. Grayscale: #282828. Windows color (decimal): -14928128 or 14108. OLE color: 14108.
HSL color Cylindrical-coordinate representation of color #1C3700: hue angle of 89.45º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C3700 is Cyan = 0.49, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 28 | 55 | 0 | - |
| CMYK | 0.49 | 0 | 1 | 0.78 |
| HSL | 89.45º | 1% | 0.11% | - |
| HSV(B) | 89.45º | 1% | 0.22% | - |
| XYZ | 1.85 | 2.98 | 0.48 | - |
| YUV | 40.66 | 105.05 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 55 | 0 | 0.49 | 0 | 1 | 0.78 | 89.45 | 1 | 0.11 |
| Hex | 1C | 37 | 0 | 31 | 0 | 64 | 4E | 59 | 64 | B |
| Octal | 34 | 67 | 0 | 61 | 0 | 144 | 116 | 131 | 144 | 13 |
| Binary | 11100 | 110111 | 0 | 110001 | 0 | 1100100 | 1001110 | 1011001 | 1100100 | 1011 |
Color Harmonies of #1C3700
Complementary color
Monochromatic Colors of #1C3700
Black with #1C3700
Text Example
Text Example
White with #1C3700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3700; }
p { color: rgb(28,55,0); }
H1.HeaderClassName
{
color: #1C3700;
}
.AnyTagClassName
{
color: #1C3700;
}
</style>
background-color css
<style>
a { background-color: #1C3700; }
a { background-color: rgb(28,55,0); }
div.DivClassName
{
background-color: #1C3700;
}
.BgClassName
{
background-color: #1C3700;
}
</style>
border-color css
<style>
span { border-color: #1C3700; }
span { border-color: rgb(28,55,0); }
td.TdClassName
{
border-color: #1C3700;
}
.TagClassName
{
border-color: #1C3700;
}
</style>