Shades of Pine Tree #1D3E04
Tints of Pine Tree #1D3E04
RGB
CMYK
RGB Variations
Color information
#1D3E04 (or 0x1D3E04) is known color: Pine Tree. HEX triplet: 1D, 3E and 04. RGB value is (29,62,4). Sum of RGB (Red+Green+Blue) = 29+62+4=95 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.53% from 95); Green value is 62 (24.61% from 255 or 65.26% from 95); Blue value is 4 (1.95% from 255 or 4.21% from 95); Max value from RGB is 62 - color contains mainly: green. Hex color #1D3E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3E04 is #E2C1FB. Grayscale: #2D2D2D. Windows color (decimal): -14860796 or 278045. OLE color: 278045.
HSL color Cylindrical-coordinate representation of color #1D3E04: hue angle of 94.14º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1D3E04 is Cyan = 0.53, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 29 | 62 | 4 | - |
| CMYK | 0.53 | 0 | 0.94 | 0.76 |
| HSL | 94.14º | 0.88% | 0.13% | - |
| HSV(B) | 94.14º | 0.94% | 0.24% | - |
| XYZ | 2.25 | 3.72 | 0.71 | - |
| YUV | 45.52 | 104.57 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 62 | 4 | 0.53 | 0 | 0.94 | 0.76 | 94.14 | 0.88 | 0.13 |
| Hex | 1D | 3E | 4 | 35 | 0 | 5E | 4C | 5E | 58 | D |
| Octal | 35 | 76 | 4 | 65 | 0 | 136 | 114 | 136 | 130 | 15 |
| Binary | 11101 | 111110 | 100 | 110101 | 0 | 1011110 | 1001100 | 1011110 | 1011000 | 1101 |
Color Harmonies of #1D3E04
Complementary color
Monochromatic Colors of #1D3E04
Black with #1D3E04
Text Example
Text Example
White with #1D3E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3E04; }
p { color: rgb(29,62,4); }
H1.HeaderClassName
{
color: #1D3E04;
}
.AnyTagClassName
{
color: #1D3E04;
}
</style>
background-color css
<style>
a { background-color: #1D3E04; }
a { background-color: rgb(29,62,4); }
div.DivClassName
{
background-color: #1D3E04;
}
.BgClassName
{
background-color: #1D3E04;
}
</style>
border-color css
<style>
span { border-color: #1D3E04; }
span { border-color: rgb(29,62,4); }
td.TdClassName
{
border-color: #1D3E04;
}
.TagClassName
{
border-color: #1D3E04;
}
</style>