Shades of Pine Tree #1D250D
Tints of Pine Tree #1D250D
RGB
CMYK
RGB Variations
Color information
#1D250D (or 0x1D250D) is known color: Pine Tree. HEX triplet: 1D, 25 and 0D. RGB value is (29,37,13). Sum of RGB (Red+Green+Blue) = 29+37+13=79 (10% of max value = 765). Red value is 29 (11.72% from 255 or 36.71% from 79); Green value is 37 (14.84% from 255 or 46.84% from 79); Blue value is 13 (5.47% from 255 or 16.46% from 79); Max value from RGB is 37 - color contains mainly: green. Hex color #1D250D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D250D is #E2DAF2. Grayscale: #1F1F1F. Windows color (decimal): -14867187 or 861469. OLE color: 861469.
HSL color Cylindrical-coordinate representation of color #1D250D: hue angle of 80º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1D250D is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 29 | 37 | 13 | - |
| CMYK | 0.22 | 0 | 0.65 | 0.85 |
| HSL | 80º | 0.48% | 0.1% | - |
| HSV(B) | 80º | 0.65% | 0.15% | - |
| XYZ | 1.24 | 1.61 | 0.63 | - |
| YUV | 31.87 | 117.35 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 37 | 13 | 0.22 | 0 | 0.65 | 0.85 | 80 | 0.48 | 0.1 |
| Hex | 1D | 25 | D | 16 | 0 | 41 | 55 | 50 | 30 | A |
| Octal | 35 | 45 | 15 | 26 | 0 | 101 | 125 | 120 | 60 | 12 |
| Binary | 11101 | 100101 | 1101 | 10110 | 0 | 1000001 | 1010101 | 1010000 | 110000 | 1010 |
Color Harmonies of #1D250D
Complementary color
Monochromatic Colors of #1D250D
Black with #1D250D
Text Example
Text Example
White with #1D250D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D250D; }
p { color: rgb(29,37,13); }
H1.HeaderClassName
{
color: #1D250D;
}
.AnyTagClassName
{
color: #1D250D;
}
</style>
background-color css
<style>
a { background-color: #1D250D; }
a { background-color: rgb(29,37,13); }
div.DivClassName
{
background-color: #1D250D;
}
.BgClassName
{
background-color: #1D250D;
}
</style>
border-color css
<style>
span { border-color: #1D250D; }
span { border-color: rgb(29,37,13); }
td.TdClassName
{
border-color: #1D250D;
}
.TagClassName
{
border-color: #1D250D;
}
</style>