Shades of Pine Tree #1D2912
Tints of Pine Tree #1D2912
RGB
CMYK
RGB Variations
Color information
#1D2912 (or 0x1D2912) is known color: Pine Tree. HEX triplet: 1D, 29 and 12. RGB value is (29,41,18). Sum of RGB (Red+Green+Blue) = 29+41+18=88 (11% of max value = 765). Red value is 29 (11.72% from 255 or 32.95% from 88); Green value is 41 (16.41% from 255 or 46.59% from 88); Blue value is 18 (7.42% from 255 or 20.45% from 88); Max value from RGB is 41 - color contains mainly: green. Hex color #1D2912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2912 is #E2D6ED. Grayscale: #222222. Windows color (decimal): -14866158 or 1190173. OLE color: 1190173.
HSL color Cylindrical-coordinate representation of color #1D2912: hue angle of 91.3º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1D2912 is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.84.
Color convert
RGB | 29 | 41 | 18 | - |
CMYK | 0.29 | 0 | 0.56 | 0.84 |
HSL | 91.3º | 0.39% | 0.12% | - |
HSV(B) | 91.3º | 0.56% | 0.16% | - |
XYZ | 1.41 | 1.89 | 0.86 | - |
YUV | 34.79 | 118.52 | 123.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 29 | 41 | 18 | 0.29 | 0 | 0.56 | 0.84 | 91.3 | 0.39 | 0.12 |
Hex | 1D | 29 | 12 | 1D | 0 | 38 | 54 | 5B | 27 | C |
Octal | 35 | 51 | 22 | 35 | 0 | 70 | 124 | 133 | 47 | 14 |
Binary | 11101 | 101001 | 10010 | 11101 | 0 | 111000 | 1010100 | 1011011 | 100111 | 1100 |
Color Harmonies of #1D2912
Complementary color
Monochromatic Colors of #1D2912
Black with #1D2912
Text Example
Text Example
White with #1D2912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2912; }
p { color: rgb(29,41,18); }
H1.HeaderClassName
{
color: #1D2912;
}
.AnyTagClassName
{
color: #1D2912;
}
</style>
background-color css
<style>
a { background-color: #1D2912; }
a { background-color: rgb(29,41,18); }
div.DivClassName
{
background-color: #1D2912;
}
.BgClassName
{
background-color: #1D2912;
}
</style>
border-color css
<style>
span { border-color: #1D2912; }
span { border-color: rgb(29,41,18); }
td.TdClassName
{
border-color: #1D2912;
}
.TagClassName
{
border-color: #1D2912;
}
</style>