Shades of Pine Tree #183107
Tints of Pine Tree #183107
RGB
CMYK
RGB Variations
Color information
#183107 (or 0x183107) is known color: Pine Tree. HEX triplet: 18, 31 and 07. RGB value is (24,49,7). Sum of RGB (Red+Green+Blue) = 24+49+7=80 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30% from 80); Green value is 49 (19.53% from 255 or 61.25% from 80); Blue value is 7 (3.12% from 255 or 8.75% from 80); Max value from RGB is 49 - color contains mainly: green. Hex color #183107 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #183107 is #E7CEF8. Grayscale: #242424. Windows color (decimal): -15191801 or 471320. OLE color: 471320.
HSL color Cylindrical-coordinate representation of color #183107: hue angle of 95.71º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #183107 is Cyan = 0.51, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 24 | 49 | 7 | - |
| CMYK | 0.51 | 0 | 0.86 | 0.81 |
| HSL | 95.71º | 0.75% | 0.11% | - |
| HSV(B) | 95.71º | 0.86% | 0.19% | - |
| XYZ | 1.51 | 2.41 | 0.59 | - |
| YUV | 36.74 | 111.22 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 49 | 7 | 0.51 | 0 | 0.86 | 0.81 | 95.71 | 0.75 | 0.11 |
| Hex | 18 | 31 | 7 | 33 | 0 | 56 | 51 | 60 | 4B | B |
| Octal | 30 | 61 | 7 | 63 | 0 | 126 | 121 | 140 | 113 | 13 |
| Binary | 11000 | 110001 | 111 | 110011 | 0 | 1010110 | 1010001 | 1100000 | 1001011 | 1011 |
Color Harmonies of #183107
Complementary color
Monochromatic Colors of #183107
Black with #183107
Text Example
Text Example
White with #183107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183107; }
p { color: rgb(24,49,7); }
H1.HeaderClassName
{
color: #183107;
}
.AnyTagClassName
{
color: #183107;
}
</style>
background-color css
<style>
a { background-color: #183107; }
a { background-color: rgb(24,49,7); }
div.DivClassName
{
background-color: #183107;
}
.BgClassName
{
background-color: #183107;
}
</style>
border-color css
<style>
span { border-color: #183107; }
span { border-color: rgb(24,49,7); }
td.TdClassName
{
border-color: #183107;
}
.TagClassName
{
border-color: #183107;
}
</style>