Shades of Pine Tree #1C3807
Tints of Pine Tree #1C3807
RGB
CMYK
RGB Variations
Color information
#1C3807 (or 0x1C3807) is known color: Pine Tree. HEX triplet: 1C, 38 and 07. RGB value is (28,56,7). Sum of RGB (Red+Green+Blue) = 28+56+7=91 (12% of max value = 765). Red value is 28 (11.33% from 255 or 30.77% from 91); Green value is 56 (22.27% from 255 or 61.54% from 91); Blue value is 7 (3.12% from 255 or 7.69% from 91); Max value from RGB is 56 - color contains mainly: green. Hex color #1C3807 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C3807 is #E3C7F8. Grayscale: #2A2A2A. Windows color (decimal): -14927865 or 473116. OLE color: 473116.
HSL color Cylindrical-coordinate representation of color #1C3807: hue angle of 94.29º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C3807 is Cyan = 0.50, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 28 | 56 | 7 | - |
| CMYK | 0.50 | 0 | 0.88 | 0.78 |
| HSL | 94.29º | 0.78% | 0.12% | - |
| HSV(B) | 94.29º | 0.88% | 0.22% | - |
| XYZ | 1.93 | 3.09 | 0.7 | - |
| YUV | 42.04 | 108.22 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 56 | 7 | 0.50 | 0 | 0.88 | 0.78 | 94.29 | 0.78 | 0.12 |
| Hex | 1C | 38 | 7 | 32 | 0 | 58 | 4E | 5E | 4E | C |
| Octal | 34 | 70 | 7 | 62 | 0 | 130 | 116 | 136 | 116 | 14 |
| Binary | 11100 | 111000 | 111 | 110010 | 0 | 1011000 | 1001110 | 1011110 | 1001110 | 1100 |
Color Harmonies of #1C3807
Complementary color
Monochromatic Colors of #1C3807
Black with #1C3807
Text Example
Text Example
White with #1C3807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3807; }
p { color: rgb(28,56,7); }
H1.HeaderClassName
{
color: #1C3807;
}
.AnyTagClassName
{
color: #1C3807;
}
</style>
background-color css
<style>
a { background-color: #1C3807; }
a { background-color: rgb(28,56,7); }
div.DivClassName
{
background-color: #1C3807;
}
.BgClassName
{
background-color: #1C3807;
}
</style>
border-color css
<style>
span { border-color: #1C3807; }
span { border-color: rgb(28,56,7); }
td.TdClassName
{
border-color: #1C3807;
}
.TagClassName
{
border-color: #1C3807;
}
</style>