Shades of Pine Tree #1C2813
Tints of Pine Tree #1C2813
RGB
CMYK
RGB Variations
Color information
#1C2813 (or 0x1C2813) is known color: Pine Tree. HEX triplet: 1C, 28 and 13. RGB value is (28,40,19). Sum of RGB (Red+Green+Blue) = 28+40+19=87 (11% of max value = 765). Red value is 28 (11.33% from 255 or 32.18% from 87); Green value is 40 (16.02% from 255 or 45.98% from 87); Blue value is 19 (7.81% from 255 or 21.84% from 87); Max value from RGB is 40 - color contains mainly: green. Hex color #1C2813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2813 is #E3D7EC. Grayscale: #222222. Windows color (decimal): -14931949 or 1255452. OLE color: 1255452.
HSL color Cylindrical-coordinate representation of color #1C2813: hue angle of 94.29º degrees, saturation: 0.36, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1C2813 is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 28 | 40 | 19 | - |
| CMYK | 0.30 | 0 | 0.52 | 0.84 |
| HSL | 94.29º | 0.36% | 0.12% | - |
| HSV(B) | 94.29º | 0.53% | 0.16% | - |
| XYZ | 1.36 | 1.81 | 0.89 | - |
| YUV | 34.02 | 119.52 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 40 | 19 | 0.30 | 0 | 0.52 | 0.84 | 94.29 | 0.36 | 0.12 |
| Hex | 1C | 28 | 13 | 1E | 0 | 34 | 54 | 5E | 24 | C |
| Octal | 34 | 50 | 23 | 36 | 0 | 64 | 124 | 136 | 44 | 14 |
| Binary | 11100 | 101000 | 10011 | 11110 | 0 | 110100 | 1010100 | 1011110 | 100100 | 1100 |
Color Harmonies of #1C2813
Complementary color
Monochromatic Colors of #1C2813
Black with #1C2813
Text Example
Text Example
White with #1C2813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2813; }
p { color: rgb(28,40,19); }
H1.HeaderClassName
{
color: #1C2813;
}
.AnyTagClassName
{
color: #1C2813;
}
</style>
background-color css
<style>
a { background-color: #1C2813; }
a { background-color: rgb(28,40,19); }
div.DivClassName
{
background-color: #1C2813;
}
.BgClassName
{
background-color: #1C2813;
}
</style>
border-color css
<style>
span { border-color: #1C2813; }
span { border-color: rgb(28,40,19); }
td.TdClassName
{
border-color: #1C2813;
}
.TagClassName
{
border-color: #1C2813;
}
</style>