Shades of Pine Tree #1B3504
Tints of Pine Tree #1B3504
RGB
CMYK
RGB Variations
Color information
#1B3504 (or 0x1B3504) is known color: Pine Tree. HEX triplet: 1B, 35 and 04. RGB value is (27,53,4). Sum of RGB (Red+Green+Blue) = 27+53+4=84 (11% of max value = 765). Red value is 27 (10.94% from 255 or 32.14% from 84); Green value is 53 (21.09% from 255 or 63.10% from 84); Blue value is 4 (1.95% from 255 or 4.76% from 84); Max value from RGB is 53 - color contains mainly: green. Hex color #1B3504 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B3504 is #E4CAFB. Grayscale: #272727. Windows color (decimal): -14994172 or 275739. OLE color: 275739.
HSL color Cylindrical-coordinate representation of color #1B3504: hue angle of 91.84º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1B3504 is Cyan = 0.49, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 27 | 53 | 4 | - |
| CMYK | 0.49 | 0 | 0.92 | 0.79 |
| HSL | 91.84º | 0.86% | 0.11% | - |
| HSV(B) | 91.84º | 0.92% | 0.21% | - |
| XYZ | 1.75 | 2.79 | 0.56 | - |
| YUV | 39.64 | 107.89 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 53 | 4 | 0.49 | 0 | 0.92 | 0.79 | 91.84 | 0.86 | 0.11 |
| Hex | 1B | 35 | 4 | 31 | 0 | 5C | 4F | 5C | 56 | B |
| Octal | 33 | 65 | 4 | 61 | 0 | 134 | 117 | 134 | 126 | 13 |
| Binary | 11011 | 110101 | 100 | 110001 | 0 | 1011100 | 1001111 | 1011100 | 1010110 | 1011 |
Color Harmonies of #1B3504
Complementary color
Monochromatic Colors of #1B3504
Black with #1B3504
Text Example
Text Example
White with #1B3504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3504; }
p { color: rgb(27,53,4); }
H1.HeaderClassName
{
color: #1B3504;
}
.AnyTagClassName
{
color: #1B3504;
}
</style>
background-color css
<style>
a { background-color: #1B3504; }
a { background-color: rgb(27,53,4); }
div.DivClassName
{
background-color: #1B3504;
}
.BgClassName
{
background-color: #1B3504;
}
</style>
border-color css
<style>
span { border-color: #1B3504; }
span { border-color: rgb(27,53,4); }
td.TdClassName
{
border-color: #1B3504;
}
.TagClassName
{
border-color: #1B3504;
}
</style>