Shades of Pine Tree #1D360B
Tints of Pine Tree #1D360B
RGB
CMYK
RGB Variations
Color information
#1D360B (or 0x1D360B) is known color: Pine Tree. HEX triplet: 1D, 36 and 0B. RGB value is (29,54,11). Sum of RGB (Red+Green+Blue) = 29+54+11=94 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.85% from 94); Green value is 54 (21.48% from 255 or 57.45% from 94); Blue value is 11 (4.69% from 255 or 11.70% from 94); Max value from RGB is 54 - color contains mainly: green. Hex color #1D360B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D360B is #E2C9F4. Grayscale: #292929. Windows color (decimal): -14862837 or 734749. OLE color: 734749.
HSL color Cylindrical-coordinate representation of color #1D360B: hue angle of 94.88º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D360B is Cyan = 0.46, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 29 | 54 | 11 | - |
| CMYK | 0.46 | 0 | 0.80 | 0.79 |
| HSL | 94.88º | 0.66% | 0.13% | - |
| HSV(B) | 94.88º | 0.8% | 0.21% | - |
| XYZ | 1.89 | 2.92 | 0.78 | - |
| YUV | 41.62 | 110.72 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 54 | 11 | 0.46 | 0 | 0.80 | 0.79 | 94.88 | 0.66 | 0.13 |
| Hex | 1D | 36 | B | 2E | 0 | 50 | 4F | 5F | 42 | D |
| Octal | 35 | 66 | 13 | 56 | 0 | 120 | 117 | 137 | 102 | 15 |
| Binary | 11101 | 110110 | 1011 | 101110 | 0 | 1010000 | 1001111 | 1011111 | 1000010 | 1101 |
Color Harmonies of #1D360B
Complementary color
Monochromatic Colors of #1D360B
Black with #1D360B
Text Example
Text Example
White with #1D360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D360B; }
p { color: rgb(29,54,11); }
H1.HeaderClassName
{
color: #1D360B;
}
.AnyTagClassName
{
color: #1D360B;
}
</style>
background-color css
<style>
a { background-color: #1D360B; }
a { background-color: rgb(29,54,11); }
div.DivClassName
{
background-color: #1D360B;
}
.BgClassName
{
background-color: #1D360B;
}
</style>
border-color css
<style>
span { border-color: #1D360B; }
span { border-color: rgb(29,54,11); }
td.TdClassName
{
border-color: #1D360B;
}
.TagClassName
{
border-color: #1D360B;
}
</style>