Shades of Pine Tree #1B2404
Tints of Pine Tree #1B2404
RGB
CMYK
RGB Variations
Color information
#1B2404 (or 0x1B2404) is known color: Pine Tree. HEX triplet: 1B, 24 and 04. RGB value is (27,36,4). Sum of RGB (Red+Green+Blue) = 27+36+4=67 (8% of max value = 765). Red value is 27 (10.94% from 255 or 40.30% from 67); Green value is 36 (14.45% from 255 or 53.73% from 67); Blue value is 4 (1.95% from 255 or 5.97% from 67); Max value from RGB is 36 - color contains mainly: green. Hex color #1B2404 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2404 is #E4DBFB. Grayscale: #1D1D1D. Windows color (decimal): -14998524 or 271387. OLE color: 271387.
HSL color Cylindrical-coordinate representation of color #1B2404: hue angle of 76.88º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B2404 is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 27 | 36 | 4 | - |
| CMYK | 0.25 | 0 | 0.89 | 0.86 |
| HSL | 76.88º | 0.8% | 0.08% | - |
| HSV(B) | 76.88º | 0.89% | 0.14% | - |
| XYZ | 1.1 | 1.5 | 0.35 | - |
| YUV | 29.66 | 113.52 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 36 | 4 | 0.25 | 0 | 0.89 | 0.86 | 76.88 | 0.8 | 0.08 |
| Hex | 1B | 24 | 4 | 19 | 0 | 59 | 56 | 4D | 50 | 8 |
| Octal | 33 | 44 | 4 | 31 | 0 | 131 | 126 | 115 | 120 | 10 |
| Binary | 11011 | 100100 | 100 | 11001 | 0 | 1011001 | 1010110 | 1001101 | 1010000 | 1000 |
Color Harmonies of #1B2404
Complementary color
Monochromatic Colors of #1B2404
Black with #1B2404
Text Example
Text Example
White with #1B2404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2404; }
p { color: rgb(27,36,4); }
H1.HeaderClassName
{
color: #1B2404;
}
.AnyTagClassName
{
color: #1B2404;
}
</style>
background-color css
<style>
a { background-color: #1B2404; }
a { background-color: rgb(27,36,4); }
div.DivClassName
{
background-color: #1B2404;
}
.BgClassName
{
background-color: #1B2404;
}
</style>
border-color css
<style>
span { border-color: #1B2404; }
span { border-color: rgb(27,36,4); }
td.TdClassName
{
border-color: #1B2404;
}
.TagClassName
{
border-color: #1B2404;
}
</style>