Shades of Pine Tree #1C2019
Tints of Pine Tree #1C2019
RGB
CMYK
RGB Variations
Color information
#1C2019 (or 0x1C2019) is known color: Pine Tree. HEX triplet: 1C, 20 and 19. RGB value is (28,32,25). Sum of RGB (Red+Green+Blue) = 28+32+25=85 (11% of max value = 765). Red value is 28 (11.33% from 255 or 32.94% from 85); Green value is 32 (12.89% from 255 or 37.65% from 85); Blue value is 25 (10.16% from 255 or 29.41% from 85); Max value from RGB is 32 - color contains mainly: green. Hex color #1C2019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2019 is #E3DFE6. Grayscale: #1E1E1E. Windows color (decimal): -14933991 or 1646620. OLE color: 1646620.
HSL color Cylindrical-coordinate representation of color #1C2019: hue angle of 94.29º degrees, saturation: 0.12, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #1C2019 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 28 | 32 | 25 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.87 |
| HSL | 94.29º | 0.12% | 0.11% | - |
| HSV(B) | 94.29º | 0.22% | 0.13% | - |
| XYZ | 1.17 | 1.35 | 1.12 | - |
| YUV | 30.01 | 125.17 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 32 | 25 | 0.12 | 0 | 0.22 | 0.87 | 94.29 | 0.12 | 0.11 |
| Hex | 1C | 20 | 19 | C | 0 | 16 | 57 | 5E | C | B |
| Octal | 34 | 40 | 31 | 14 | 0 | 26 | 127 | 136 | 14 | 13 |
| Binary | 11100 | 100000 | 11001 | 1100 | 0 | 10110 | 1010111 | 1011110 | 1100 | 1011 |
Color Harmonies of #1C2019
Complementary color
Monochromatic Colors of #1C2019
Black with #1C2019
Text Example
Text Example
White with #1C2019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2019; }
p { color: rgb(28,32,25); }
H1.HeaderClassName
{
color: #1C2019;
}
.AnyTagClassName
{
color: #1C2019;
}
</style>
background-color css
<style>
a { background-color: #1C2019; }
a { background-color: rgb(28,32,25); }
div.DivClassName
{
background-color: #1C2019;
}
.BgClassName
{
background-color: #1C2019;
}
</style>
border-color css
<style>
span { border-color: #1C2019; }
span { border-color: rgb(28,32,25); }
td.TdClassName
{
border-color: #1C2019;
}
.TagClassName
{
border-color: #1C2019;
}
</style>