Shades of Pine Tree #1D2A07
Tints of Pine Tree #1D2A07
RGB
CMYK
RGB Variations
Color information
#1D2A07 (or 0x1D2A07) is known color: Pine Tree. HEX triplet: 1D, 2A and 07. RGB value is (29,42,7). Sum of RGB (Red+Green+Blue) = 29+42+7=78 (10% of max value = 765). Red value is 29 (11.72% from 255 or 37.18% from 78); Green value is 42 (16.80% from 255 or 53.85% from 78); Blue value is 7 (3.12% from 255 or 8.97% from 78); Max value from RGB is 42 - color contains mainly: green. Hex color #1D2A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2A07 is #E2D5F8. Grayscale: #222222. Windows color (decimal): -14865913 or 469533. OLE color: 469533.
HSL color Cylindrical-coordinate representation of color #1D2A07: hue angle of 82.29º degrees, saturation: 0.71, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D2A07 is Cyan = 0.31, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 29 | 42 | 7 | - |
| CMYK | 0.31 | 0 | 0.83 | 0.84 |
| HSL | 82.29º | 0.71% | 0.1% | - |
| HSV(B) | 82.29º | 0.83% | 0.16% | - |
| XYZ | 1.37 | 1.93 | 0.5 | - |
| YUV | 34.12 | 112.69 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 42 | 7 | 0.31 | 0 | 0.83 | 0.84 | 82.29 | 0.71 | 0.1 |
| Hex | 1D | 2A | 7 | 1F | 0 | 53 | 54 | 52 | 47 | A |
| Octal | 35 | 52 | 7 | 37 | 0 | 123 | 124 | 122 | 107 | 12 |
| Binary | 11101 | 101010 | 111 | 11111 | 0 | 1010011 | 1010100 | 1010010 | 1000111 | 1010 |
Color Harmonies of #1D2A07
Complementary color
Monochromatic Colors of #1D2A07
Black with #1D2A07
Text Example
Text Example
White with #1D2A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2A07; }
p { color: rgb(29,42,7); }
H1.HeaderClassName
{
color: #1D2A07;
}
.AnyTagClassName
{
color: #1D2A07;
}
</style>
background-color css
<style>
a { background-color: #1D2A07; }
a { background-color: rgb(29,42,7); }
div.DivClassName
{
background-color: #1D2A07;
}
.BgClassName
{
background-color: #1D2A07;
}
</style>
border-color css
<style>
span { border-color: #1D2A07; }
span { border-color: rgb(29,42,7); }
td.TdClassName
{
border-color: #1D2A07;
}
.TagClassName
{
border-color: #1D2A07;
}
</style>