Shades of Pine Tree #1D3B04
Tints of Pine Tree #1D3B04
RGB
CMYK
RGB Variations
Color information
#1D3B04 (or 0x1D3B04) is known color: Pine Tree. HEX triplet: 1D, 3B and 04. RGB value is (29,59,4). Sum of RGB (Red+Green+Blue) = 29+59+4=92 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.52% from 92); Green value is 59 (23.44% from 255 or 64.13% from 92); Blue value is 4 (1.95% from 255 or 4.35% from 92); Max value from RGB is 59 - color contains mainly: green. Hex color #1D3B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3B04 is #E2C4FB. Grayscale: #2B2B2B. Windows color (decimal): -14861564 or 277277. OLE color: 277277.
HSL color Cylindrical-coordinate representation of color #1D3B04: hue angle of 92.73º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D3B04 is Cyan = 0.51, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 29 | 59 | 4 | - |
| CMYK | 0.51 | 0 | 0.93 | 0.77 |
| HSL | 92.73º | 0.87% | 0.12% | - |
| HSV(B) | 92.73º | 0.93% | 0.23% | - |
| XYZ | 2.09 | 3.4 | 0.66 | - |
| YUV | 43.76 | 105.56 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 59 | 4 | 0.51 | 0 | 0.93 | 0.77 | 92.73 | 0.87 | 0.12 |
| Hex | 1D | 3B | 4 | 33 | 0 | 5D | 4D | 5D | 57 | C |
| Octal | 35 | 73 | 4 | 63 | 0 | 135 | 115 | 135 | 127 | 14 |
| Binary | 11101 | 111011 | 100 | 110011 | 0 | 1011101 | 1001101 | 1011101 | 1010111 | 1100 |
Color Harmonies of #1D3B04
Complementary color
Monochromatic Colors of #1D3B04
Black with #1D3B04
Text Example
Text Example
White with #1D3B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3B04; }
p { color: rgb(29,59,4); }
H1.HeaderClassName
{
color: #1D3B04;
}
.AnyTagClassName
{
color: #1D3B04;
}
</style>
background-color css
<style>
a { background-color: #1D3B04; }
a { background-color: rgb(29,59,4); }
div.DivClassName
{
background-color: #1D3B04;
}
.BgClassName
{
background-color: #1D3B04;
}
</style>
border-color css
<style>
span { border-color: #1D3B04; }
span { border-color: rgb(29,59,4); }
td.TdClassName
{
border-color: #1D3B04;
}
.TagClassName
{
border-color: #1D3B04;
}
</style>