Shades of Pine Tree #1B280F
Tints of Pine Tree #1B280F
RGB
CMYK
RGB Variations
Color information
#1B280F (or 0x1B280F) is known color: Pine Tree. HEX triplet: 1B, 28 and 0F. RGB value is (27,40,15). Sum of RGB (Red+Green+Blue) = 27+40+15=82 (10% of max value = 765). Red value is 27 (10.94% from 255 or 32.93% from 82); Green value is 40 (16.02% from 255 or 48.78% from 82); Blue value is 15 (6.25% from 255 or 18.29% from 82); Max value from RGB is 40 - color contains mainly: green. Hex color #1B280F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B280F is #E4D7F0. Grayscale: #212121. Windows color (decimal): -14997489 or 993307. OLE color: 993307.
HSL color Cylindrical-coordinate representation of color #1B280F: hue angle of 91.2º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1B280F is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 27 | 40 | 15 | - |
| CMYK | 0.33 | 0 | 0.62 | 0.84 |
| HSL | 91.2º | 0.45% | 0.11% | - |
| HSV(B) | 91.2º | 0.63% | 0.16% | - |
| XYZ | 1.3 | 1.79 | 0.73 | - |
| YUV | 33.26 | 117.69 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 40 | 15 | 0.33 | 0 | 0.62 | 0.84 | 91.2 | 0.45 | 0.11 |
| Hex | 1B | 28 | F | 21 | 0 | 3E | 54 | 5B | 2D | B |
| Octal | 33 | 50 | 17 | 41 | 0 | 76 | 124 | 133 | 55 | 13 |
| Binary | 11011 | 101000 | 1111 | 100001 | 0 | 111110 | 1010100 | 1011011 | 101101 | 1011 |
Color Harmonies of #1B280F
Complementary color
Monochromatic Colors of #1B280F
Black with #1B280F
Text Example
Text Example
White with #1B280F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B280F; }
p { color: rgb(27,40,15); }
H1.HeaderClassName
{
color: #1B280F;
}
.AnyTagClassName
{
color: #1B280F;
}
</style>
background-color css
<style>
a { background-color: #1B280F; }
a { background-color: rgb(27,40,15); }
div.DivClassName
{
background-color: #1B280F;
}
.BgClassName
{
background-color: #1B280F;
}
</style>
border-color css
<style>
span { border-color: #1B280F; }
span { border-color: rgb(27,40,15); }
td.TdClassName
{
border-color: #1B280F;
}
.TagClassName
{
border-color: #1B280F;
}
</style>