Shades of Pine Tree #1C2905
Tints of Pine Tree #1C2905
RGB
CMYK
RGB Variations
Color information
#1C2905 (or 0x1C2905) is known color: Pine Tree. HEX triplet: 1C, 29 and 05. RGB value is (28,41,5). Sum of RGB (Red+Green+Blue) = 28+41+5=74 (9% of max value = 765). Red value is 28 (11.33% from 255 or 37.84% from 74); Green value is 41 (16.41% from 255 or 55.41% from 74); Blue value is 5 (2.34% from 255 or 6.76% from 74); Max value from RGB is 41 - color contains mainly: green. Hex color #1C2905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2905 is #E3D6FA. Grayscale: #212121. Windows color (decimal): -14931707 or 338204. OLE color: 338204.
HSL color Cylindrical-coordinate representation of color #1C2905: hue angle of 81.67º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C2905 is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 28 | 41 | 5 | - |
| CMYK | 0.32 | 0 | 0.88 | 0.84 |
| HSL | 81.67º | 0.78% | 0.09% | - |
| HSV(B) | 81.67º | 0.88% | 0.16% | - |
| XYZ | 1.3 | 1.84 | 0.43 | - |
| YUV | 33.01 | 112.19 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 41 | 5 | 0.32 | 0 | 0.88 | 0.84 | 81.67 | 0.78 | 0.09 |
| Hex | 1C | 29 | 5 | 20 | 0 | 58 | 54 | 52 | 4E | 9 |
| Octal | 34 | 51 | 5 | 40 | 0 | 130 | 124 | 122 | 116 | 11 |
| Binary | 11100 | 101001 | 101 | 100000 | 0 | 1011000 | 1010100 | 1010010 | 1001110 | 1001 |
Color Harmonies of #1C2905
Complementary color
Monochromatic Colors of #1C2905
Black with #1C2905
Text Example
Text Example
White with #1C2905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2905; }
p { color: rgb(28,41,5); }
H1.HeaderClassName
{
color: #1C2905;
}
.AnyTagClassName
{
color: #1C2905;
}
</style>
background-color css
<style>
a { background-color: #1C2905; }
a { background-color: rgb(28,41,5); }
div.DivClassName
{
background-color: #1C2905;
}
.BgClassName
{
background-color: #1C2905;
}
</style>
border-color css
<style>
span { border-color: #1C2905; }
span { border-color: rgb(28,41,5); }
td.TdClassName
{
border-color: #1C2905;
}
.TagClassName
{
border-color: #1C2905;
}
</style>