Shades of Pine Tree #1B240B
Tints of Pine Tree #1B240B
RGB
CMYK
RGB Variations
Color information
#1B240B (or 0x1B240B) is known color: Pine Tree. HEX triplet: 1B, 24 and 0B. RGB value is (27,36,11). Sum of RGB (Red+Green+Blue) = 27+36+11=74 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36.49% from 74); Green value is 36 (14.45% from 255 or 48.65% from 74); Blue value is 11 (4.69% from 255 or 14.86% from 74); Max value from RGB is 36 - color contains mainly: green. Hex color #1B240B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B240B is #E4DBF4. Grayscale: #1E1E1E. Windows color (decimal): -14998517 or 730139. OLE color: 730139.
HSL color Cylindrical-coordinate representation of color #1B240B: hue angle of 81.6º degrees, saturation: 0.53, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1B240B is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 27 | 36 | 11 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.86 |
| HSL | 81.6º | 0.53% | 0.09% | - |
| HSV(B) | 81.6º | 0.69% | 0.14% | - |
| XYZ | 1.14 | 1.52 | 0.55 | - |
| YUV | 30.46 | 117.02 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 36 | 11 | 0.25 | 0 | 0.69 | 0.86 | 81.6 | 0.53 | 0.09 |
| Hex | 1B | 24 | B | 19 | 0 | 45 | 56 | 52 | 35 | 9 |
| Octal | 33 | 44 | 13 | 31 | 0 | 105 | 126 | 122 | 65 | 11 |
| Binary | 11011 | 100100 | 1011 | 11001 | 0 | 1000101 | 1010110 | 1010010 | 110101 | 1001 |
Color Harmonies of #1B240B
Complementary color
Monochromatic Colors of #1B240B
Black with #1B240B
Text Example
Text Example
White with #1B240B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B240B; }
p { color: rgb(27,36,11); }
H1.HeaderClassName
{
color: #1B240B;
}
.AnyTagClassName
{
color: #1B240B;
}
</style>
background-color css
<style>
a { background-color: #1B240B; }
a { background-color: rgb(27,36,11); }
div.DivClassName
{
background-color: #1B240B;
}
.BgClassName
{
background-color: #1B240B;
}
</style>
border-color css
<style>
span { border-color: #1B240B; }
span { border-color: rgb(27,36,11); }
td.TdClassName
{
border-color: #1B240B;
}
.TagClassName
{
border-color: #1B240B;
}
</style>