Shades of Pine Tree #1C2609
Tints of Pine Tree #1C2609
RGB
CMYK
RGB Variations
Color information
#1C2609 (or 0x1C2609) is known color: Pine Tree. HEX triplet: 1C, 26 and 09. RGB value is (28,38,9). Sum of RGB (Red+Green+Blue) = 28+38+9=75 (9% of max value = 765). Red value is 28 (11.33% from 255 or 37.33% from 75); Green value is 38 (15.23% from 255 or 50.67% from 75); Blue value is 9 (3.91% from 255 or 12% from 75); Max value from RGB is 38 - color contains mainly: green. Hex color #1C2609 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2609 is #E3D9F6. Grayscale: #1F1F1F. Windows color (decimal): -14932471 or 599580. OLE color: 599580.
HSL color Cylindrical-coordinate representation of color #1C2609: hue angle of 80.69º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C2609 is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 28 | 38 | 9 | - |
| CMYK | 0.26 | 0 | 0.76 | 0.85 |
| HSL | 80.69º | 0.62% | 0.09% | - |
| HSV(B) | 80.69º | 0.76% | 0.15% | - |
| XYZ | 1.22 | 1.65 | 0.51 | - |
| YUV | 31.7 | 115.19 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 38 | 9 | 0.26 | 0 | 0.76 | 0.85 | 80.69 | 0.62 | 0.09 |
| Hex | 1C | 26 | 9 | 1A | 0 | 4C | 55 | 51 | 3E | 9 |
| Octal | 34 | 46 | 11 | 32 | 0 | 114 | 125 | 121 | 76 | 11 |
| Binary | 11100 | 100110 | 1001 | 11010 | 0 | 1001100 | 1010101 | 1010001 | 111110 | 1001 |
Color Harmonies of #1C2609
Complementary color
Monochromatic Colors of #1C2609
Black with #1C2609
Text Example
Text Example
White with #1C2609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2609; }
p { color: rgb(28,38,9); }
H1.HeaderClassName
{
color: #1C2609;
}
.AnyTagClassName
{
color: #1C2609;
}
</style>
background-color css
<style>
a { background-color: #1C2609; }
a { background-color: rgb(28,38,9); }
div.DivClassName
{
background-color: #1C2609;
}
.BgClassName
{
background-color: #1C2609;
}
</style>
border-color css
<style>
span { border-color: #1C2609; }
span { border-color: rgb(28,38,9); }
td.TdClassName
{
border-color: #1C2609;
}
.TagClassName
{
border-color: #1C2609;
}
</style>