Shades of Pine Tree #1B240D
Tints of Pine Tree #1B240D
RGB
CMYK
RGB Variations
Color information
#1B240D (or 0x1B240D) is known color: Pine Tree. HEX triplet: 1B, 24 and 0D. RGB value is (27,36,13). Sum of RGB (Red+Green+Blue) = 27+36+13=76 (10% of max value = 765). Red value is 27 (10.94% from 255 or 35.53% from 76); Green value is 36 (14.45% from 255 or 47.37% from 76); Blue value is 13 (5.47% from 255 or 17.11% from 76); Max value from RGB is 36 - color contains mainly: green. Hex color #1B240D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B240D is #E4DBF2. Grayscale: #1E1E1E. Windows color (decimal): -14998515 or 861211. OLE color: 861211.
HSL color Cylindrical-coordinate representation of color #1B240D: hue angle of 83.48º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1B240D is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 27 | 36 | 13 | - |
| CMYK | 0.25 | 0 | 0.64 | 0.86 |
| HSL | 83.48º | 0.47% | 0.1% | - |
| HSV(B) | 83.48º | 0.64% | 0.14% | - |
| XYZ | 1.16 | 1.52 | 0.61 | - |
| YUV | 30.69 | 118.02 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 36 | 13 | 0.25 | 0 | 0.64 | 0.86 | 83.48 | 0.47 | 0.1 |
| Hex | 1B | 24 | D | 19 | 0 | 40 | 56 | 53 | 2F | A |
| Octal | 33 | 44 | 15 | 31 | 0 | 100 | 126 | 123 | 57 | 12 |
| Binary | 11011 | 100100 | 1101 | 11001 | 0 | 1000000 | 1010110 | 1010011 | 101111 | 1010 |
Color Harmonies of #1B240D
Complementary color
Monochromatic Colors of #1B240D
Black with #1B240D
Text Example
Text Example
White with #1B240D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B240D; }
p { color: rgb(27,36,13); }
H1.HeaderClassName
{
color: #1B240D;
}
.AnyTagClassName
{
color: #1B240D;
}
</style>
background-color css
<style>
a { background-color: #1B240D; }
a { background-color: rgb(27,36,13); }
div.DivClassName
{
background-color: #1B240D;
}
.BgClassName
{
background-color: #1B240D;
}
</style>
border-color css
<style>
span { border-color: #1B240D; }
span { border-color: rgb(27,36,13); }
td.TdClassName
{
border-color: #1B240D;
}
.TagClassName
{
border-color: #1B240D;
}
</style>