Shades of Pine Tree #1C2606
Tints of Pine Tree #1C2606
RGB
CMYK
RGB Variations
Color information
#1C2606 (or 0x1C2606) is known color: Pine Tree. HEX triplet: 1C, 26 and 06. RGB value is (28,38,6). Sum of RGB (Red+Green+Blue) = 28+38+6=72 (9% of max value = 765). Red value is 28 (11.33% from 255 or 38.89% from 72); Green value is 38 (15.23% from 255 or 52.78% from 72); Blue value is 6 (2.73% from 255 or 8.33% from 72); Max value from RGB is 38 - color contains mainly: green. Hex color #1C2606 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2606 is #E3D9F9. Grayscale: #1F1F1F. Windows color (decimal): -14932474 or 402972. OLE color: 402972.
HSL color Cylindrical-coordinate representation of color #1C2606: hue angle of 78.75º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C2606 is Cyan = 0.26, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 28 | 38 | 6 | - |
| CMYK | 0.26 | 0 | 0.84 | 0.85 |
| HSL | 78.75º | 0.73% | 0.09% | - |
| HSV(B) | 78.75º | 0.84% | 0.15% | - |
| XYZ | 1.2 | 1.65 | 0.43 | - |
| YUV | 31.36 | 113.69 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 38 | 6 | 0.26 | 0 | 0.84 | 0.85 | 78.75 | 0.73 | 0.09 |
| Hex | 1C | 26 | 6 | 1A | 0 | 54 | 55 | 4F | 49 | 9 |
| Octal | 34 | 46 | 6 | 32 | 0 | 124 | 125 | 117 | 111 | 11 |
| Binary | 11100 | 100110 | 110 | 11010 | 0 | 1010100 | 1010101 | 1001111 | 1001001 | 1001 |
Color Harmonies of #1C2606
Complementary color
Monochromatic Colors of #1C2606
Black with #1C2606
Text Example
Text Example
White with #1C2606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2606; }
p { color: rgb(28,38,6); }
H1.HeaderClassName
{
color: #1C2606;
}
.AnyTagClassName
{
color: #1C2606;
}
</style>
background-color css
<style>
a { background-color: #1C2606; }
a { background-color: rgb(28,38,6); }
div.DivClassName
{
background-color: #1C2606;
}
.BgClassName
{
background-color: #1C2606;
}
</style>
border-color css
<style>
span { border-color: #1C2606; }
span { border-color: rgb(28,38,6); }
td.TdClassName
{
border-color: #1C2606;
}
.TagClassName
{
border-color: #1C2606;
}
</style>