Shades of Pine Tree #1D2119
Tints of Pine Tree #1D2119
RGB
CMYK
RGB Variations
Color information
#1D2119 (or 0x1D2119) is known color: Pine Tree. HEX triplet: 1D, 21 and 19. RGB value is (29,33,25). Sum of RGB (Red+Green+Blue) = 29+33+25=87 (11% of max value = 765). Red value is 29 (11.72% from 255 or 33.33% from 87); Green value is 33 (13.28% from 255 or 37.93% from 87); Blue value is 25 (10.16% from 255 or 28.74% from 87); Max value from RGB is 33 - color contains mainly: green. Hex color #1D2119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2119 is #E2DEE6. Grayscale: #1E1E1E. Windows color (decimal): -14868199 or 1646877. OLE color: 1646877.
HSL color Cylindrical-coordinate representation of color #1D2119: hue angle of 90º degrees, saturation: 0.14, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #1D2119 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 29 | 33 | 25 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.87 |
| HSL | 90º | 0.14% | 0.11% | - |
| HSV(B) | 90º | 0.24% | 0.13% | - |
| XYZ | 1.23 | 1.42 | 1.13 | - |
| YUV | 30.89 | 124.67 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 33 | 25 | 0.12 | 0 | 0.24 | 0.87 | 90 | 0.14 | 0.11 |
| Hex | 1D | 21 | 19 | C | 0 | 18 | 57 | 5A | E | B |
| Octal | 35 | 41 | 31 | 14 | 0 | 30 | 127 | 132 | 16 | 13 |
| Binary | 11101 | 100001 | 11001 | 1100 | 0 | 11000 | 1010111 | 1011010 | 1110 | 1011 |
Color Harmonies of #1D2119
Complementary color
Monochromatic Colors of #1D2119
Black with #1D2119
Text Example
Text Example
White with #1D2119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2119; }
p { color: rgb(29,33,25); }
H1.HeaderClassName
{
color: #1D2119;
}
.AnyTagClassName
{
color: #1D2119;
}
</style>
background-color css
<style>
a { background-color: #1D2119; }
a { background-color: rgb(29,33,25); }
div.DivClassName
{
background-color: #1D2119;
}
.BgClassName
{
background-color: #1D2119;
}
</style>
border-color css
<style>
span { border-color: #1D2119; }
span { border-color: rgb(29,33,25); }
td.TdClassName
{
border-color: #1D2119;
}
.TagClassName
{
border-color: #1D2119;
}
</style>