Shades of Pine Tree #1B240C
Tints of Pine Tree #1B240C
RGB
CMYK
RGB Variations
Color information
#1B240C (or 0x1B240C) is known color: Pine Tree. HEX triplet: 1B, 24 and 0C. RGB value is (27,36,12). Sum of RGB (Red+Green+Blue) = 27+36+12=75 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36% from 75); Green value is 36 (14.45% from 255 or 48% from 75); Blue value is 12 (5.08% from 255 or 16% from 75); Max value from RGB is 36 - color contains mainly: green. Hex color #1B240C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B240C is #E4DBF3. Grayscale: #1E1E1E. Windows color (decimal): -14998516 or 795675. OLE color: 795675.
HSL color Cylindrical-coordinate representation of color #1B240C: hue angle of 82.5º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1B240C is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 27 | 36 | 12 | - |
| CMYK | 0.25 | 0 | 0.67 | 0.86 |
| HSL | 82.5º | 0.5% | 0.09% | - |
| HSV(B) | 82.5º | 0.67% | 0.14% | - |
| XYZ | 1.15 | 1.52 | 0.58 | - |
| YUV | 30.57 | 117.52 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 36 | 12 | 0.25 | 0 | 0.67 | 0.86 | 82.5 | 0.5 | 0.09 |
| Hex | 1B | 24 | C | 19 | 0 | 43 | 56 | 52 | 32 | 9 |
| Octal | 33 | 44 | 14 | 31 | 0 | 103 | 126 | 122 | 62 | 11 |
| Binary | 11011 | 100100 | 1100 | 11001 | 0 | 1000011 | 1010110 | 1010010 | 110010 | 1001 |
Color Harmonies of #1B240C
Complementary color
Monochromatic Colors of #1B240C
Black with #1B240C
Text Example
Text Example
White with #1B240C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B240C; }
p { color: rgb(27,36,12); }
H1.HeaderClassName
{
color: #1B240C;
}
.AnyTagClassName
{
color: #1B240C;
}
</style>
background-color css
<style>
a { background-color: #1B240C; }
a { background-color: rgb(27,36,12); }
div.DivClassName
{
background-color: #1B240C;
}
.BgClassName
{
background-color: #1B240C;
}
</style>
border-color css
<style>
span { border-color: #1B240C; }
span { border-color: rgb(27,36,12); }
td.TdClassName
{
border-color: #1B240C;
}
.TagClassName
{
border-color: #1B240C;
}
</style>