Shades of Pine Tree #1C240B
Tints of Pine Tree #1C240B
RGB
CMYK
RGB Variations
Color information
#1C240B (or 0x1C240B) is known color: Pine Tree. HEX triplet: 1C, 24 and 0B. RGB value is (28,36,11). Sum of RGB (Red+Green+Blue) = 28+36+11=75 (9% of max value = 765). Red value is 28 (11.33% from 255 or 37.33% from 75); Green value is 36 (14.45% from 255 or 48% from 75); Blue value is 11 (4.69% from 255 or 14.67% from 75); Max value from RGB is 36 - color contains mainly: green. Hex color #1C240B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C240B is #E3DBF4. Grayscale: #1E1E1E. Windows color (decimal): -14932981 or 730140. OLE color: 730140.
HSL color Cylindrical-coordinate representation of color #1C240B: hue angle of 79.2º degrees, saturation: 0.53, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1C240B is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 28 | 36 | 11 | - |
| CMYK | 0.22 | 0 | 0.69 | 0.86 |
| HSL | 79.2º | 0.53% | 0.09% | - |
| HSV(B) | 79.2º | 0.69% | 0.14% | - |
| XYZ | 1.17 | 1.53 | 0.55 | - |
| YUV | 30.76 | 116.85 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 36 | 11 | 0.22 | 0 | 0.69 | 0.86 | 79.2 | 0.53 | 0.09 |
| Hex | 1C | 24 | B | 16 | 0 | 45 | 56 | 4F | 35 | 9 |
| Octal | 34 | 44 | 13 | 26 | 0 | 105 | 126 | 117 | 65 | 11 |
| Binary | 11100 | 100100 | 1011 | 10110 | 0 | 1000101 | 1010110 | 1001111 | 110101 | 1001 |
Color Harmonies of #1C240B
Complementary color
Monochromatic Colors of #1C240B
Black with #1C240B
Text Example
Text Example
White with #1C240B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C240B; }
p { color: rgb(28,36,11); }
H1.HeaderClassName
{
color: #1C240B;
}
.AnyTagClassName
{
color: #1C240B;
}
</style>
background-color css
<style>
a { background-color: #1C240B; }
a { background-color: rgb(28,36,11); }
div.DivClassName
{
background-color: #1C240B;
}
.BgClassName
{
background-color: #1C240B;
}
</style>
border-color css
<style>
span { border-color: #1C240B; }
span { border-color: rgb(28,36,11); }
td.TdClassName
{
border-color: #1C240B;
}
.TagClassName
{
border-color: #1C240B;
}
</style>