Shades of Pine Tree #1D3B08
Tints of Pine Tree #1D3B08
RGB
CMYK
RGB Variations
Color information
#1D3B08 (or 0x1D3B08) is known color: Pine Tree. HEX triplet: 1D, 3B and 08. RGB value is (29,59,8). Sum of RGB (Red+Green+Blue) = 29+59+8=96 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.21% from 96); Green value is 59 (23.44% from 255 or 61.46% from 96); Blue value is 8 (3.52% from 255 or 8.33% from 96); Max value from RGB is 59 - color contains mainly: green. Hex color #1D3B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3B08 is #E2C4F7. Grayscale: #2C2C2C. Windows color (decimal): -14861560 or 539421. OLE color: 539421.
HSL color Cylindrical-coordinate representation of color #1D3B08: hue angle of 95.29º 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 #1D3B08 is Cyan = 0.51, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 29 | 59 | 8 | - |
| CMYK | 0.51 | 0 | 0.86 | 0.77 |
| HSL | 95.29º | 0.76% | 0.13% | - |
| HSV(B) | 95.29º | 0.86% | 0.23% | - |
| XYZ | 2.11 | 3.41 | 0.78 | - |
| YUV | 44.22 | 107.56 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 59 | 8 | 0.51 | 0 | 0.86 | 0.77 | 95.29 | 0.76 | 0.13 |
| Hex | 1D | 3B | 8 | 33 | 0 | 56 | 4D | 5F | 4C | D |
| Octal | 35 | 73 | 10 | 63 | 0 | 126 | 115 | 137 | 114 | 15 |
| Binary | 11101 | 111011 | 1000 | 110011 | 0 | 1010110 | 1001101 | 1011111 | 1001100 | 1101 |
Color Harmonies of #1D3B08
Complementary color
Monochromatic Colors of #1D3B08
Black with #1D3B08
Text Example
Text Example
White with #1D3B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3B08; }
p { color: rgb(29,59,8); }
H1.HeaderClassName
{
color: #1D3B08;
}
.AnyTagClassName
{
color: #1D3B08;
}
</style>
background-color css
<style>
a { background-color: #1D3B08; }
a { background-color: rgb(29,59,8); }
div.DivClassName
{
background-color: #1D3B08;
}
.BgClassName
{
background-color: #1D3B08;
}
</style>
border-color css
<style>
span { border-color: #1D3B08; }
span { border-color: rgb(29,59,8); }
td.TdClassName
{
border-color: #1D3B08;
}
.TagClassName
{
border-color: #1D3B08;
}
</style>