Shades of Pine Tree #1B2801
Tints of Pine Tree #1B2801
RGB
CMYK
RGB Variations
Color information
#1B2801 (or 0x1B2801) is known color: Pine Tree. HEX triplet: 1B, 28 and 01. RGB value is (27,40,1). Sum of RGB (Red+Green+Blue) = 27+40+1=68 (9% of max value = 765). Red value is 27 (10.94% from 255 or 39.71% from 68); Green value is 40 (16.02% from 255 or 58.82% from 68); Blue value is 1 (0.78% from 255 or 1.47% from 68); Max value from RGB is 40 - color contains mainly: green. Hex color #1B2801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2801 is #E4D7FE. Grayscale: #1F1F1F. Windows color (decimal): -14997503 or 75803. OLE color: 75803.
HSL color Cylindrical-coordinate representation of color #1B2801: hue angle of 80º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1B2801 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 27 | 40 | 1 | - |
| CMYK | 0.33 | 0 | 0.98 | 0.84 |
| HSL | 80º | 0.95% | 0.08% | - |
| HSV(B) | 80º | 0.98% | 0.16% | - |
| XYZ | 1.22 | 1.75 | 0.3 | - |
| YUV | 31.67 | 110.69 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 40 | 1 | 0.33 | 0 | 0.98 | 0.84 | 80 | 0.95 | 0.08 |
| Hex | 1B | 28 | 1 | 21 | 0 | 62 | 54 | 50 | 5F | 8 |
| Octal | 33 | 50 | 1 | 41 | 0 | 142 | 124 | 120 | 137 | 10 |
| Binary | 11011 | 101000 | 1 | 100001 | 0 | 1100010 | 1010100 | 1010000 | 1011111 | 1000 |
Color Harmonies of #1B2801
Complementary color
Monochromatic Colors of #1B2801
Black with #1B2801
Text Example
Text Example
White with #1B2801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2801; }
p { color: rgb(27,40,1); }
H1.HeaderClassName
{
color: #1B2801;
}
.AnyTagClassName
{
color: #1B2801;
}
</style>
background-color css
<style>
a { background-color: #1B2801; }
a { background-color: rgb(27,40,1); }
div.DivClassName
{
background-color: #1B2801;
}
.BgClassName
{
background-color: #1B2801;
}
</style>
border-color css
<style>
span { border-color: #1B2801; }
span { border-color: rgb(27,40,1); }
td.TdClassName
{
border-color: #1B2801;
}
.TagClassName
{
border-color: #1B2801;
}
</style>