Shades of Pine Tree #1B250D
Tints of Pine Tree #1B250D
RGB
CMYK
RGB Variations
Color information
#1B250D (or 0x1B250D) is known color: Pine Tree. HEX triplet: 1B, 25 and 0D. RGB value is (27,37,13). Sum of RGB (Red+Green+Blue) = 27+37+13=77 (10% of max value = 765). Red value is 27 (10.94% from 255 or 35.06% from 77); Green value is 37 (14.84% from 255 or 48.05% from 77); Blue value is 13 (5.47% from 255 or 16.88% from 77); Max value from RGB is 37 - color contains mainly: green. Hex color #1B250D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B250D is #E4DAF2. Grayscale: #1F1F1F. Windows color (decimal): -14998259 or 861467. OLE color: 861467.
HSL color Cylindrical-coordinate representation of color #1B250D: hue angle of 85º 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 #1B250D is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 27 | 37 | 13 | - |
| CMYK | 0.27 | 0 | 0.65 | 0.85 |
| HSL | 85º | 0.48% | 0.1% | - |
| HSV(B) | 85º | 0.65% | 0.15% | - |
| XYZ | 1.19 | 1.59 | 0.62 | - |
| YUV | 31.27 | 117.69 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 37 | 13 | 0.27 | 0 | 0.65 | 0.85 | 85 | 0.48 | 0.1 |
| Hex | 1B | 25 | D | 1B | 0 | 41 | 55 | 55 | 30 | A |
| Octal | 33 | 45 | 15 | 33 | 0 | 101 | 125 | 125 | 60 | 12 |
| Binary | 11011 | 100101 | 1101 | 11011 | 0 | 1000001 | 1010101 | 1010101 | 110000 | 1010 |
Color Harmonies of #1B250D
Complementary color
Monochromatic Colors of #1B250D
Black with #1B250D
Text Example
Text Example
White with #1B250D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B250D; }
p { color: rgb(27,37,13); }
H1.HeaderClassName
{
color: #1B250D;
}
.AnyTagClassName
{
color: #1B250D;
}
</style>
background-color css
<style>
a { background-color: #1B250D; }
a { background-color: rgb(27,37,13); }
div.DivClassName
{
background-color: #1B250D;
}
.BgClassName
{
background-color: #1B250D;
}
</style>
border-color css
<style>
span { border-color: #1B250D; }
span { border-color: rgb(27,37,13); }
td.TdClassName
{
border-color: #1B250D;
}
.TagClassName
{
border-color: #1B250D;
}
</style>