Shades of Pine Tree #1C2605
Tints of Pine Tree #1C2605
RGB
CMYK
RGB Variations
Color information
#1C2605 (or 0x1C2605) is known color: Pine Tree. HEX triplet: 1C, 26 and 05. RGB value is (28,38,5). Sum of RGB (Red+Green+Blue) = 28+38+5=71 (9% of max value = 765). Red value is 28 (11.33% from 255 or 39.44% from 71); Green value is 38 (15.23% from 255 or 53.52% from 71); Blue value is 5 (2.34% from 255 or 7.04% from 71); Max value from RGB is 38 - color contains mainly: green. Hex color #1C2605 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2605 is #E3D9FA. Grayscale: #1F1F1F. Windows color (decimal): -14932475 or 337436. OLE color: 337436.
HSL color Cylindrical-coordinate representation of color #1C2605: hue angle of 78.18º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C2605 is Cyan = 0.26, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 28 | 38 | 5 | - |
| CMYK | 0.26 | 0 | 0.87 | 0.85 |
| HSL | 78.18º | 0.77% | 0.08% | - |
| HSV(B) | 78.18º | 0.87% | 0.15% | - |
| XYZ | 1.2 | 1.64 | 0.4 | - |
| YUV | 31.25 | 113.19 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 38 | 5 | 0.26 | 0 | 0.87 | 0.85 | 78.18 | 0.77 | 0.08 |
| Hex | 1C | 26 | 5 | 1A | 0 | 57 | 55 | 4E | 4D | 8 |
| Octal | 34 | 46 | 5 | 32 | 0 | 127 | 125 | 116 | 115 | 10 |
| Binary | 11100 | 100110 | 101 | 11010 | 0 | 1010111 | 1010101 | 1001110 | 1001101 | 1000 |
Color Harmonies of #1C2605
Complementary color
Monochromatic Colors of #1C2605
Black with #1C2605
Text Example
Text Example
White with #1C2605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2605; }
p { color: rgb(28,38,5); }
H1.HeaderClassName
{
color: #1C2605;
}
.AnyTagClassName
{
color: #1C2605;
}
</style>
background-color css
<style>
a { background-color: #1C2605; }
a { background-color: rgb(28,38,5); }
div.DivClassName
{
background-color: #1C2605;
}
.BgClassName
{
background-color: #1C2605;
}
</style>
border-color css
<style>
span { border-color: #1C2605; }
span { border-color: rgb(28,38,5); }
td.TdClassName
{
border-color: #1C2605;
}
.TagClassName
{
border-color: #1C2605;
}
</style>