Shades of Pine Tree #1C300D
Tints of Pine Tree #1C300D
RGB
CMYK
RGB Variations
Color information
#1C300D (or 0x1C300D) is known color: Pine Tree. HEX triplet: 1C, 30 and 0D. RGB value is (28,48,13). Sum of RGB (Red+Green+Blue) = 28+48+13=89 (11% of max value = 765). Red value is 28 (11.33% from 255 or 31.46% from 89); Green value is 48 (19.14% from 255 or 53.93% from 89); Blue value is 13 (5.47% from 255 or 14.61% from 89); Max value from RGB is 48 - color contains mainly: green. Hex color #1C300D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C300D is #E3CFF2. Grayscale: #262626. Windows color (decimal): -14929907 or 864284. OLE color: 864284.
HSL color Cylindrical-coordinate representation of color #1C300D: hue angle of 94.29º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C300D is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 28 | 48 | 13 | - |
| CMYK | 0.42 | 0 | 0.73 | 0.81 |
| HSL | 94.29º | 0.57% | 0.12% | - |
| HSV(B) | 94.29º | 0.73% | 0.19% | - |
| XYZ | 1.61 | 2.39 | 0.76 | - |
| YUV | 38.03 | 113.87 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 48 | 13 | 0.42 | 0 | 0.73 | 0.81 | 94.29 | 0.57 | 0.12 |
| Hex | 1C | 30 | D | 2A | 0 | 49 | 51 | 5E | 39 | C |
| Octal | 34 | 60 | 15 | 52 | 0 | 111 | 121 | 136 | 71 | 14 |
| Binary | 11100 | 110000 | 1101 | 101010 | 0 | 1001001 | 1010001 | 1011110 | 111001 | 1100 |
Color Harmonies of #1C300D
Complementary color
Monochromatic Colors of #1C300D
Black with #1C300D
Text Example
Text Example
White with #1C300D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C300D; }
p { color: rgb(28,48,13); }
H1.HeaderClassName
{
color: #1C300D;
}
.AnyTagClassName
{
color: #1C300D;
}
</style>
background-color css
<style>
a { background-color: #1C300D; }
a { background-color: rgb(28,48,13); }
div.DivClassName
{
background-color: #1C300D;
}
.BgClassName
{
background-color: #1C300D;
}
</style>
border-color css
<style>
span { border-color: #1C300D; }
span { border-color: rgb(28,48,13); }
td.TdClassName
{
border-color: #1C300D;
}
.TagClassName
{
border-color: #1C300D;
}
</style>