Shades of Pine Tree #1D270A
Tints of Pine Tree #1D270A
RGB
CMYK
RGB Variations
Color information
#1D270A (or 0x1D270A) is known color: Pine Tree. HEX triplet: 1D, 27 and 0A. RGB value is (29,39,10). Sum of RGB (Red+Green+Blue) = 29+39+10=78 (10% of max value = 765). Red value is 29 (11.72% from 255 or 37.18% from 78); Green value is 39 (15.62% from 255 or 50% from 78); Blue value is 10 (4.30% from 255 or 12.82% from 78); Max value from RGB is 39 - color contains mainly: green. Hex color #1D270A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D270A is #E2D8F5. Grayscale: #202020. Windows color (decimal): -14866678 or 665373. OLE color: 665373.
HSL color Cylindrical-coordinate representation of color #1D270A: hue angle of 80.69º degrees, saturation: 0.59, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D270A is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 29 | 39 | 10 | - |
| CMYK | 0.26 | 0 | 0.74 | 0.85 |
| HSL | 80.69º | 0.59% | 0.1% | - |
| HSV(B) | 80.69º | 0.74% | 0.15% | - |
| XYZ | 1.29 | 1.73 | 0.55 | - |
| YUV | 32.7 | 115.19 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 39 | 10 | 0.26 | 0 | 0.74 | 0.85 | 80.69 | 0.59 | 0.1 |
| Hex | 1D | 27 | A | 1A | 0 | 4A | 55 | 51 | 3B | A |
| Octal | 35 | 47 | 12 | 32 | 0 | 112 | 125 | 121 | 73 | 12 |
| Binary | 11101 | 100111 | 1010 | 11010 | 0 | 1001010 | 1010101 | 1010001 | 111011 | 1010 |
Color Harmonies of #1D270A
Complementary color
Monochromatic Colors of #1D270A
Black with #1D270A
Text Example
Text Example
White with #1D270A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D270A; }
p { color: rgb(29,39,10); }
H1.HeaderClassName
{
color: #1D270A;
}
.AnyTagClassName
{
color: #1D270A;
}
</style>
background-color css
<style>
a { background-color: #1D270A; }
a { background-color: rgb(29,39,10); }
div.DivClassName
{
background-color: #1D270A;
}
.BgClassName
{
background-color: #1D270A;
}
</style>
border-color css
<style>
span { border-color: #1D270A; }
span { border-color: rgb(29,39,10); }
td.TdClassName
{
border-color: #1D270A;
}
.TagClassName
{
border-color: #1D270A;
}
</style>