Shades of Pine Tree #1D300C
Tints of Pine Tree #1D300C
RGB
CMYK
RGB Variations
Color information
#1D300C (or 0x1D300C) is known color: Pine Tree. HEX triplet: 1D, 30 and 0C. RGB value is (29,48,12). Sum of RGB (Red+Green+Blue) = 29+48+12=89 (11% of max value = 765). Red value is 29 (11.72% from 255 or 32.58% from 89); Green value is 48 (19.14% from 255 or 53.93% from 89); Blue value is 12 (5.08% from 255 or 13.48% from 89); Max value from RGB is 48 - color contains mainly: green. Hex color #1D300C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D300C is #E2CFF3. Grayscale: #262626. Windows color (decimal): -14864372 or 798749. OLE color: 798749.
HSL color Cylindrical-coordinate representation of color #1D300C: hue angle of 91.67º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D300C is Cyan = 0.40, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 29 | 48 | 12 | - |
| CMYK | 0.40 | 0 | 0.75 | 0.81 |
| HSL | 91.67º | 0.6% | 0.12% | - |
| HSV(B) | 91.67º | 0.75% | 0.19% | - |
| XYZ | 1.63 | 2.4 | 0.73 | - |
| YUV | 38.22 | 113.21 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 48 | 12 | 0.40 | 0 | 0.75 | 0.81 | 91.67 | 0.6 | 0.12 |
| Hex | 1D | 30 | C | 28 | 0 | 4B | 51 | 5C | 3C | C |
| Octal | 35 | 60 | 14 | 50 | 0 | 113 | 121 | 134 | 74 | 14 |
| Binary | 11101 | 110000 | 1100 | 101000 | 0 | 1001011 | 1010001 | 1011100 | 111100 | 1100 |
Color Harmonies of #1D300C
Complementary color
Monochromatic Colors of #1D300C
Black with #1D300C
Text Example
Text Example
White with #1D300C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D300C; }
p { color: rgb(29,48,12); }
H1.HeaderClassName
{
color: #1D300C;
}
.AnyTagClassName
{
color: #1D300C;
}
</style>
background-color css
<style>
a { background-color: #1D300C; }
a { background-color: rgb(29,48,12); }
div.DivClassName
{
background-color: #1D300C;
}
.BgClassName
{
background-color: #1D300C;
}
</style>
border-color css
<style>
span { border-color: #1D300C; }
span { border-color: rgb(29,48,12); }
td.TdClassName
{
border-color: #1D300C;
}
.TagClassName
{
border-color: #1D300C;
}
</style>