Shades of Pine Tree #1D3603
Tints of Pine Tree #1D3603
RGB
CMYK
RGB Variations
Color information
#1D3603 (or 0x1D3603) is known color: Pine Tree. HEX triplet: 1D, 36 and 03. RGB value is (29,54,3). Sum of RGB (Red+Green+Blue) = 29+54+3=86 (11% of max value = 765). Red value is 29 (11.72% from 255 or 33.72% from 86); Green value is 54 (21.48% from 255 or 62.79% from 86); Blue value is 3 (1.56% from 255 or 3.49% from 86); Max value from RGB is 54 - color contains mainly: green. Hex color #1D3603 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3603 is #E2C9FC. Grayscale: #282828. Windows color (decimal): -14862845 or 210461. OLE color: 210461.
HSL color Cylindrical-coordinate representation of color #1D3603: hue angle of 89.41º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1D3603 is Cyan = 0.46, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 29 | 54 | 3 | - |
| CMYK | 0.46 | 0 | 0.94 | 0.79 |
| HSL | 89.41º | 0.89% | 0.11% | - |
| HSV(B) | 89.41º | 0.94% | 0.21% | - |
| XYZ | 1.84 | 2.91 | 0.55 | - |
| YUV | 40.71 | 106.72 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 54 | 3 | 0.46 | 0 | 0.94 | 0.79 | 89.41 | 0.89 | 0.11 |
| Hex | 1D | 36 | 3 | 2E | 0 | 5E | 4F | 59 | 59 | B |
| Octal | 35 | 66 | 3 | 56 | 0 | 136 | 117 | 131 | 131 | 13 |
| Binary | 11101 | 110110 | 11 | 101110 | 0 | 1011110 | 1001111 | 1011001 | 1011001 | 1011 |
Color Harmonies of #1D3603
Complementary color
Monochromatic Colors of #1D3603
Black with #1D3603
Text Example
Text Example
White with #1D3603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3603; }
p { color: rgb(29,54,3); }
H1.HeaderClassName
{
color: #1D3603;
}
.AnyTagClassName
{
color: #1D3603;
}
</style>
background-color css
<style>
a { background-color: #1D3603; }
a { background-color: rgb(29,54,3); }
div.DivClassName
{
background-color: #1D3603;
}
.BgClassName
{
background-color: #1D3603;
}
</style>
border-color css
<style>
span { border-color: #1D3603; }
span { border-color: rgb(29,54,3); }
td.TdClassName
{
border-color: #1D3603;
}
.TagClassName
{
border-color: #1D3603;
}
</style>