Shades of Pine Tree #1D3801
Tints of Pine Tree #1D3801
RGB
CMYK
RGB Variations
Color information
#1D3801 (or 0x1D3801) is known color: Pine Tree. HEX triplet: 1D, 38 and 01. RGB value is (29,56,1). Sum of RGB (Red+Green+Blue) = 29+56+1=86 (11% of max value = 765). Red value is 29 (11.72% from 255 or 33.72% from 86); Green value is 56 (22.27% from 255 or 65.12% from 86); Blue value is 1 (0.78% from 255 or 1.16% from 86); Max value from RGB is 56 - color contains mainly: green. Hex color #1D3801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3801 is #E2C7FE. Grayscale: #292929. Windows color (decimal): -14862335 or 79901. OLE color: 79901.
HSL color Cylindrical-coordinate representation of color #1D3801: hue angle of 89.45º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1D3801 is Cyan = 0.48, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 29 | 56 | 1 | - |
| CMYK | 0.48 | 0 | 0.98 | 0.78 |
| HSL | 89.45º | 0.96% | 0.11% | - |
| HSV(B) | 89.45º | 0.98% | 0.22% | - |
| XYZ | 1.93 | 3.09 | 0.52 | - |
| YUV | 41.66 | 105.05 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 56 | 1 | 0.48 | 0 | 0.98 | 0.78 | 89.45 | 0.96 | 0.11 |
| Hex | 1D | 38 | 1 | 30 | 0 | 62 | 4E | 59 | 60 | B |
| Octal | 35 | 70 | 1 | 60 | 0 | 142 | 116 | 131 | 140 | 13 |
| Binary | 11101 | 111000 | 1 | 110000 | 0 | 1100010 | 1001110 | 1011001 | 1100000 | 1011 |
Color Harmonies of #1D3801
Complementary color
Monochromatic Colors of #1D3801
Black with #1D3801
Text Example
Text Example
White with #1D3801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3801; }
p { color: rgb(29,56,1); }
H1.HeaderClassName
{
color: #1D3801;
}
.AnyTagClassName
{
color: #1D3801;
}
</style>
background-color css
<style>
a { background-color: #1D3801; }
a { background-color: rgb(29,56,1); }
div.DivClassName
{
background-color: #1D3801;
}
.BgClassName
{
background-color: #1D3801;
}
</style>
border-color css
<style>
span { border-color: #1D3801; }
span { border-color: rgb(29,56,1); }
td.TdClassName
{
border-color: #1D3801;
}
.TagClassName
{
border-color: #1D3801;
}
</style>