Shades of Pine Tree #1D2700
Tints of Pine Tree #1D2700
RGB
CMYK
RGB Variations
Color information
#1D2700 (or 0x1D2700) is known color: Pine Tree. HEX triplet: 1D, 27 and 00. RGB value is (29,39,0). Sum of RGB (Red+Green+Blue) = 29+39+0=68 (9% of max value = 765). Red value is 29 (11.72% from 255 or 42.65% from 68); Green value is 39 (15.62% from 255 or 57.35% from 68); Blue value is 0 (0.39% from 255 or 0% from 68); Max value from RGB is 39 - color contains mainly: green. Hex color #1D2700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2700 is #E2D8FF. Grayscale: #1F1F1F. Windows color (decimal): -14866688 or 10013. OLE color: 10013.
HSL color Cylindrical-coordinate representation of color #1D2700: hue angle of 75.38º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D2700 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 29 | 39 | 0 | - |
| CMYK | 0.26 | 0 | 1 | 0.85 |
| HSL | 75.38º | 1% | 0.08% | - |
| HSV(B) | 75.38º | 1% | 0.15% | - |
| XYZ | 1.23 | 1.71 | 0.27 | - |
| YUV | 31.56 | 110.19 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 39 | 0 | 0.26 | 0 | 1 | 0.85 | 75.38 | 1 | 0.08 |
| Hex | 1D | 27 | 0 | 1A | 0 | 64 | 55 | 4B | 64 | 8 |
| Octal | 35 | 47 | 0 | 32 | 0 | 144 | 125 | 113 | 144 | 10 |
| Binary | 11101 | 100111 | 0 | 11010 | 0 | 1100100 | 1010101 | 1001011 | 1100100 | 1000 |
Color Harmonies of #1D2700
Complementary color
Monochromatic Colors of #1D2700
Black with #1D2700
Text Example
Text Example
White with #1D2700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2700; }
p { color: rgb(29,39,0); }
H1.HeaderClassName
{
color: #1D2700;
}
.AnyTagClassName
{
color: #1D2700;
}
</style>
background-color css
<style>
a { background-color: #1D2700; }
a { background-color: rgb(29,39,0); }
div.DivClassName
{
background-color: #1D2700;
}
.BgClassName
{
background-color: #1D2700;
}
</style>
border-color css
<style>
span { border-color: #1D2700; }
span { border-color: rgb(29,39,0); }
td.TdClassName
{
border-color: #1D2700;
}
.TagClassName
{
border-color: #1D2700;
}
</style>