Shades of Pine Tree #1C240A
Tints of Pine Tree #1C240A
RGB
CMYK
RGB Variations
Color information
#1C240A (or 0x1C240A) is known color: Pine Tree. HEX triplet: 1C, 24 and 0A. RGB value is (28,36,10). Sum of RGB (Red+Green+Blue) = 28+36+10=74 (9% of max value = 765). Red value is 28 (11.33% from 255 or 37.84% from 74); Green value is 36 (14.45% from 255 or 48.65% from 74); Blue value is 10 (4.30% from 255 or 13.51% from 74); Max value from RGB is 36 - color contains mainly: green. Hex color #1C240A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C240A is #E3DBF5. Grayscale: #1E1E1E. Windows color (decimal): -14932982 or 664604. OLE color: 664604.
HSL color Cylindrical-coordinate representation of color #1C240A: hue angle of 78.46º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1C240A is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 28 | 36 | 10 | - |
| CMYK | 0.22 | 0 | 0.72 | 0.86 |
| HSL | 78.46º | 0.57% | 0.09% | - |
| HSV(B) | 78.46º | 0.72% | 0.14% | - |
| XYZ | 1.16 | 1.53 | 0.52 | - |
| YUV | 30.64 | 116.35 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 36 | 10 | 0.22 | 0 | 0.72 | 0.86 | 78.46 | 0.57 | 0.09 |
| Hex | 1C | 24 | A | 16 | 0 | 48 | 56 | 4E | 39 | 9 |
| Octal | 34 | 44 | 12 | 26 | 0 | 110 | 126 | 116 | 71 | 11 |
| Binary | 11100 | 100100 | 1010 | 10110 | 0 | 1001000 | 1010110 | 1001110 | 111001 | 1001 |
Color Harmonies of #1C240A
Complementary color
Monochromatic Colors of #1C240A
Black with #1C240A
Text Example
Text Example
White with #1C240A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C240A; }
p { color: rgb(28,36,10); }
H1.HeaderClassName
{
color: #1C240A;
}
.AnyTagClassName
{
color: #1C240A;
}
</style>
background-color css
<style>
a { background-color: #1C240A; }
a { background-color: rgb(28,36,10); }
div.DivClassName
{
background-color: #1C240A;
}
.BgClassName
{
background-color: #1C240A;
}
</style>
border-color css
<style>
span { border-color: #1C240A; }
span { border-color: rgb(28,36,10); }
td.TdClassName
{
border-color: #1C240A;
}
.TagClassName
{
border-color: #1C240A;
}
</style>