Shades of Pine Tree #1B3704
Tints of Pine Tree #1B3704
RGB
CMYK
RGB Variations
Color information
#1B3704 (or 0x1B3704) is known color: Pine Tree. HEX triplet: 1B, 37 and 04. RGB value is (27,55,4). Sum of RGB (Red+Green+Blue) = 27+55+4=86 (11% of max value = 765). Red value is 27 (10.94% from 255 or 31.40% from 86); Green value is 55 (21.88% from 255 or 63.95% from 86); Blue value is 4 (1.95% from 255 or 4.65% from 86); Max value from RGB is 55 - color contains mainly: green. Hex color #1B3704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B3704 is #E4C8FB. Grayscale: #282828. Windows color (decimal): -14993660 or 276251. OLE color: 276251.
HSL color Cylindrical-coordinate representation of color #1B3704: hue angle of 92.94º degrees, saturation: 0.86, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1B3704 is Cyan = 0.51, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 27 | 55 | 4 | - |
| CMYK | 0.51 | 0 | 0.93 | 0.78 |
| HSL | 92.94º | 0.86% | 0.12% | - |
| HSV(B) | 92.94º | 0.93% | 0.22% | - |
| XYZ | 1.84 | 2.97 | 0.59 | - |
| YUV | 40.81 | 107.22 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 55 | 4 | 0.51 | 0 | 0.93 | 0.78 | 92.94 | 0.86 | 0.12 |
| Hex | 1B | 37 | 4 | 33 | 0 | 5D | 4E | 5D | 56 | C |
| Octal | 33 | 67 | 4 | 63 | 0 | 135 | 116 | 135 | 126 | 14 |
| Binary | 11011 | 110111 | 100 | 110011 | 0 | 1011101 | 1001110 | 1011101 | 1010110 | 1100 |
Color Harmonies of #1B3704
Complementary color
Monochromatic Colors of #1B3704
Black with #1B3704
Text Example
Text Example
White with #1B3704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3704; }
p { color: rgb(27,55,4); }
H1.HeaderClassName
{
color: #1B3704;
}
.AnyTagClassName
{
color: #1B3704;
}
</style>
background-color css
<style>
a { background-color: #1B3704; }
a { background-color: rgb(27,55,4); }
div.DivClassName
{
background-color: #1B3704;
}
.BgClassName
{
background-color: #1B3704;
}
</style>
border-color css
<style>
span { border-color: #1B3704; }
span { border-color: rgb(27,55,4); }
td.TdClassName
{
border-color: #1B3704;
}
.TagClassName
{
border-color: #1B3704;
}
</style>