Shades of Pine Tree #1B2500
Tints of Pine Tree #1B2500
RGB
CMYK
RGB Variations
Color information
#1B2500 (or 0x1B2500) is known color: Pine Tree. HEX triplet: 1B, 25 and 00. RGB value is (27,37,0). Sum of RGB (Red+Green+Blue) = 27+37+0=64 (8% of max value = 765). Red value is 27 (10.94% from 255 or 42.19% from 64); Green value is 37 (14.84% from 255 or 57.81% from 64); Blue value is 0 (0.39% from 255 or 0% from 64); Max value from RGB is 37 - color contains mainly: green. Hex color #1B2500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2500 is #E4DAFF. Grayscale: #1D1D1D. Windows color (decimal): -14998272 or 9499. OLE color: 9499.
HSL color Cylindrical-coordinate representation of color #1B2500: hue angle of 76.22º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1B2500 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 27 | 37 | 0 | - |
| CMYK | 0.27 | 0 | 1 | 0.85 |
| HSL | 76.22º | 1% | 0.07% | - |
| HSV(B) | 76.22º | 1% | 0.15% | - |
| XYZ | 1.11 | 1.56 | 0.24 | - |
| YUV | 29.79 | 111.19 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 37 | 0 | 0.27 | 0 | 1 | 0.85 | 76.22 | 1 | 0.07 |
| Hex | 1B | 25 | 0 | 1B | 0 | 64 | 55 | 4C | 64 | 7 |
| Octal | 33 | 45 | 0 | 33 | 0 | 144 | 125 | 114 | 144 | 7 |
| Binary | 11011 | 100101 | 0 | 11011 | 0 | 1100100 | 1010101 | 1001100 | 1100100 | 111 |
Color Harmonies of #1B2500
Complementary color
Monochromatic Colors of #1B2500
Black with #1B2500
Text Example
Text Example
White with #1B2500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2500; }
p { color: rgb(27,37,0); }
H1.HeaderClassName
{
color: #1B2500;
}
.AnyTagClassName
{
color: #1B2500;
}
</style>
background-color css
<style>
a { background-color: #1B2500; }
a { background-color: rgb(27,37,0); }
div.DivClassName
{
background-color: #1B2500;
}
.BgClassName
{
background-color: #1B2500;
}
</style>
border-color css
<style>
span { border-color: #1B2500; }
span { border-color: rgb(27,37,0); }
td.TdClassName
{
border-color: #1B2500;
}
.TagClassName
{
border-color: #1B2500;
}
</style>