Shades of Pine Tree #1B250B
Tints of Pine Tree #1B250B
RGB
CMYK
RGB Variations
Color information
#1B250B (or 0x1B250B) is known color: Pine Tree. HEX triplet: 1B, 25 and 0B. RGB value is (27,37,11). Sum of RGB (Red+Green+Blue) = 27+37+11=75 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36% from 75); Green value is 37 (14.84% from 255 or 49.33% from 75); Blue value is 11 (4.69% from 255 or 14.67% from 75); Max value from RGB is 37 - color contains mainly: green. Hex color #1B250B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B250B is #E4DAF4. Grayscale: #1F1F1F. Windows color (decimal): -14998261 or 730395. OLE color: 730395.
HSL color Cylindrical-coordinate representation of color #1B250B: hue angle of 83.08º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1B250B is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 27 | 37 | 11 | - |
| CMYK | 0.27 | 0 | 0.70 | 0.85 |
| HSL | 83.08º | 0.54% | 0.09% | - |
| HSV(B) | 83.08º | 0.7% | 0.15% | - |
| XYZ | 1.17 | 1.58 | 0.56 | - |
| YUV | 31.05 | 116.69 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 37 | 11 | 0.27 | 0 | 0.70 | 0.85 | 83.08 | 0.54 | 0.09 |
| Hex | 1B | 25 | B | 1B | 0 | 46 | 55 | 53 | 36 | 9 |
| Octal | 33 | 45 | 13 | 33 | 0 | 106 | 125 | 123 | 66 | 11 |
| Binary | 11011 | 100101 | 1011 | 11011 | 0 | 1000110 | 1010101 | 1010011 | 110110 | 1001 |
Color Harmonies of #1B250B
Complementary color
Monochromatic Colors of #1B250B
Black with #1B250B
Text Example
Text Example
White with #1B250B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B250B; }
p { color: rgb(27,37,11); }
H1.HeaderClassName
{
color: #1B250B;
}
.AnyTagClassName
{
color: #1B250B;
}
</style>
background-color css
<style>
a { background-color: #1B250B; }
a { background-color: rgb(27,37,11); }
div.DivClassName
{
background-color: #1B250B;
}
.BgClassName
{
background-color: #1B250B;
}
</style>
border-color css
<style>
span { border-color: #1B250B; }
span { border-color: rgb(27,37,11); }
td.TdClassName
{
border-color: #1B250B;
}
.TagClassName
{
border-color: #1B250B;
}
</style>