Shades of Pine Tree #1D3A08
Tints of Pine Tree #1D3A08
RGB
CMYK
RGB Variations
Color information
#1D3A08 (or 0x1D3A08) is known color: Pine Tree. HEX triplet: 1D, 3A and 08. RGB value is (29,58,8). Sum of RGB (Red+Green+Blue) = 29+58+8=95 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.53% from 95); Green value is 58 (23.05% from 255 or 61.05% from 95); Blue value is 8 (3.52% from 255 or 8.42% from 95); Max value from RGB is 58 - color contains mainly: green. Hex color #1D3A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3A08 is #E2C5F7. Grayscale: #2B2B2B. Windows color (decimal): -14861816 or 539165. OLE color: 539165.
HSL color Cylindrical-coordinate representation of color #1D3A08: hue angle of 94.8º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D3A08 is Cyan = 0.5, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 29 | 58 | 8 | - |
| CMYK | 0.5 | 0 | 0.86 | 0.77 |
| HSL | 94.8º | 0.76% | 0.13% | - |
| HSV(B) | 94.8º | 0.86% | 0.23% | - |
| XYZ | 2.06 | 3.3 | 0.76 | - |
| YUV | 43.63 | 107.89 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 58 | 8 | 0.5 | 0 | 0.86 | 0.77 | 94.8 | 0.76 | 0.13 |
| Hex | 1D | 3A | 8 | 32 | 0 | 56 | 4D | 5F | 4C | D |
| Octal | 35 | 72 | 10 | 62 | 0 | 126 | 115 | 137 | 114 | 15 |
| Binary | 11101 | 111010 | 1000 | 110010 | 0 | 1010110 | 1001101 | 1011111 | 1001100 | 1101 |
Color Harmonies of #1D3A08
Complementary color
Monochromatic Colors of #1D3A08
Black with #1D3A08
Text Example
Text Example
White with #1D3A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3A08; }
p { color: rgb(29,58,8); }
H1.HeaderClassName
{
color: #1D3A08;
}
.AnyTagClassName
{
color: #1D3A08;
}
</style>
background-color css
<style>
a { background-color: #1D3A08; }
a { background-color: rgb(29,58,8); }
div.DivClassName
{
background-color: #1D3A08;
}
.BgClassName
{
background-color: #1D3A08;
}
</style>
border-color css
<style>
span { border-color: #1D3A08; }
span { border-color: rgb(29,58,8); }
td.TdClassName
{
border-color: #1D3A08;
}
.TagClassName
{
border-color: #1D3A08;
}
</style>