Shades of Pine Tree #1D250F
Tints of Pine Tree #1D250F
RGB
CMYK
RGB Variations
Color information
#1D250F (or 0x1D250F) is known color: Pine Tree. HEX triplet: 1D, 25 and 0F. RGB value is (29,37,15). Sum of RGB (Red+Green+Blue) = 29+37+15=81 (10% of max value = 765). Red value is 29 (11.72% from 255 or 35.80% from 81); Green value is 37 (14.84% from 255 or 45.68% from 81); Blue value is 15 (6.25% from 255 or 18.52% from 81); Max value from RGB is 37 - color contains mainly: green. Hex color #1D250F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D250F is #E2DAF0. Grayscale: #202020. Windows color (decimal): -14867185 or 992541. OLE color: 992541.
HSL color Cylindrical-coordinate representation of color #1D250F: hue angle of 81.82º degrees, saturation: 0.42, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1D250F is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 29 | 37 | 15 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.85 |
| HSL | 81.82º | 0.42% | 0.1% | - |
| HSV(B) | 81.82º | 0.59% | 0.15% | - |
| XYZ | 1.25 | 1.62 | 0.7 | - |
| YUV | 32.1 | 118.35 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 37 | 15 | 0.22 | 0 | 0.59 | 0.85 | 81.82 | 0.42 | 0.1 |
| Hex | 1D | 25 | F | 16 | 0 | 3B | 55 | 52 | 2A | A |
| Octal | 35 | 45 | 17 | 26 | 0 | 73 | 125 | 122 | 52 | 12 |
| Binary | 11101 | 100101 | 1111 | 10110 | 0 | 111011 | 1010101 | 1010010 | 101010 | 1010 |
Color Harmonies of #1D250F
Complementary color
Monochromatic Colors of #1D250F
Black with #1D250F
Text Example
Text Example
White with #1D250F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D250F; }
p { color: rgb(29,37,15); }
H1.HeaderClassName
{
color: #1D250F;
}
.AnyTagClassName
{
color: #1D250F;
}
</style>
background-color css
<style>
a { background-color: #1D250F; }
a { background-color: rgb(29,37,15); }
div.DivClassName
{
background-color: #1D250F;
}
.BgClassName
{
background-color: #1D250F;
}
</style>
border-color css
<style>
span { border-color: #1D250F; }
span { border-color: rgb(29,37,15); }
td.TdClassName
{
border-color: #1D250F;
}
.TagClassName
{
border-color: #1D250F;
}
</style>