Shades of Pine Tree #1C2909
Tints of Pine Tree #1C2909
RGB
CMYK
RGB Variations
Color information
#1C2909 (or 0x1C2909) is known color: Pine Tree. HEX triplet: 1C, 29 and 09. RGB value is (28,41,9). Sum of RGB (Red+Green+Blue) = 28+41+9=78 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35.90% from 78); Green value is 41 (16.41% from 255 or 52.56% from 78); Blue value is 9 (3.91% from 255 or 11.54% from 78); Max value from RGB is 41 - color contains mainly: green. Hex color #1C2909 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2909 is #E3D6F6. Grayscale: #212121. Windows color (decimal): -14931703 or 600348. OLE color: 600348.
HSL color Cylindrical-coordinate representation of color #1C2909: hue angle of 84.38º degrees, saturation: 0.64, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C2909 is Cyan = 0.32, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 28 | 41 | 9 | - |
| CMYK | 0.32 | 0 | 0.78 | 0.84 |
| HSL | 84.38º | 0.64% | 0.1% | - |
| HSV(B) | 84.38º | 0.78% | 0.16% | - |
| XYZ | 1.32 | 1.85 | 0.55 | - |
| YUV | 33.47 | 114.19 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 41 | 9 | 0.32 | 0 | 0.78 | 0.84 | 84.38 | 0.64 | 0.1 |
| Hex | 1C | 29 | 9 | 20 | 0 | 4E | 54 | 54 | 40 | A |
| Octal | 34 | 51 | 11 | 40 | 0 | 116 | 124 | 124 | 100 | 12 |
| Binary | 11100 | 101001 | 1001 | 100000 | 0 | 1001110 | 1010100 | 1010100 | 1000000 | 1010 |
Color Harmonies of #1C2909
Complementary color
Monochromatic Colors of #1C2909
Black with #1C2909
Text Example
Text Example
White with #1C2909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2909; }
p { color: rgb(28,41,9); }
H1.HeaderClassName
{
color: #1C2909;
}
.AnyTagClassName
{
color: #1C2909;
}
</style>
background-color css
<style>
a { background-color: #1C2909; }
a { background-color: rgb(28,41,9); }
div.DivClassName
{
background-color: #1C2909;
}
.BgClassName
{
background-color: #1C2909;
}
</style>
border-color css
<style>
span { border-color: #1C2909; }
span { border-color: rgb(28,41,9); }
td.TdClassName
{
border-color: #1C2909;
}
.TagClassName
{
border-color: #1C2909;
}
</style>