Shades of Pine Tree #182806
Tints of Pine Tree #182806
RGB
CMYK
RGB Variations
Color information
#182806 (or 0x182806) is known color: Pine Tree. HEX triplet: 18, 28 and 06. RGB value is (24,40,6). Sum of RGB (Red+Green+Blue) = 24+40+6=70 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.29% from 70); Green value is 40 (16.02% from 255 or 57.14% from 70); Blue value is 6 (2.73% from 255 or 8.57% from 70); Max value from RGB is 40 - color contains mainly: green. Hex color #182806 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182806 is #E7D7F9. Grayscale: #1F1F1F. Windows color (decimal): -15194106 or 403480. OLE color: 403480.
HSL color Cylindrical-coordinate representation of color #182806: hue angle of 88.24º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #182806 is Cyan = 0.40, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 24 | 40 | 6 | - |
| CMYK | 0.40 | 0 | 0.85 | 0.84 |
| HSL | 88.24º | 0.74% | 0.09% | - |
| HSV(B) | 88.24º | 0.85% | 0.16% | - |
| XYZ | 1.17 | 1.72 | 0.44 | - |
| YUV | 31.34 | 113.7 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 40 | 6 | 0.40 | 0 | 0.85 | 0.84 | 88.24 | 0.74 | 0.09 |
| Hex | 18 | 28 | 6 | 28 | 0 | 55 | 54 | 58 | 4A | 9 |
| Octal | 30 | 50 | 6 | 50 | 0 | 125 | 124 | 130 | 112 | 11 |
| Binary | 11000 | 101000 | 110 | 101000 | 0 | 1010101 | 1010100 | 1011000 | 1001010 | 1001 |
Color Harmonies of #182806
Complementary color
Monochromatic Colors of #182806
Black with #182806
Text Example
Text Example
White with #182806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182806; }
p { color: rgb(24,40,6); }
H1.HeaderClassName
{
color: #182806;
}
.AnyTagClassName
{
color: #182806;
}
</style>
background-color css
<style>
a { background-color: #182806; }
a { background-color: rgb(24,40,6); }
div.DivClassName
{
background-color: #182806;
}
.BgClassName
{
background-color: #182806;
}
</style>
border-color css
<style>
span { border-color: #182806; }
span { border-color: rgb(24,40,6); }
td.TdClassName
{
border-color: #182806;
}
.TagClassName
{
border-color: #182806;
}
</style>