Shades of Pine Tree #183206
Tints of Pine Tree #183206
RGB
CMYK
RGB Variations
Color information
#183206 (or 0x183206) is known color: Pine Tree. HEX triplet: 18, 32 and 06. RGB value is (24,50,6). Sum of RGB (Red+Green+Blue) = 24+50+6=80 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30% from 80); Green value is 50 (19.92% from 255 or 62.5% from 80); Blue value is 6 (2.73% from 255 or 7.5% from 80); Max value from RGB is 50 - color contains mainly: green. Hex color #183206 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #183206 is #E7CDF9. Grayscale: #252525. Windows color (decimal): -15191546 or 406040. OLE color: 406040.
HSL color Cylindrical-coordinate representation of color #183206: hue angle of 95.45º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #183206 is Cyan = 0.52, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 24 | 50 | 6 | - |
| CMYK | 0.52 | 0 | 0.88 | 0.80 |
| HSL | 95.45º | 0.79% | 0.11% | - |
| HSV(B) | 95.45º | 0.88% | 0.2% | - |
| XYZ | 1.55 | 2.49 | 0.57 | - |
| YUV | 37.21 | 110.39 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 50 | 6 | 0.52 | 0 | 0.88 | 0.80 | 95.45 | 0.79 | 0.11 |
| Hex | 18 | 32 | 6 | 34 | 0 | 58 | 50 | 5F | 4F | B |
| Octal | 30 | 62 | 6 | 64 | 0 | 130 | 120 | 137 | 117 | 13 |
| Binary | 11000 | 110010 | 110 | 110100 | 0 | 1011000 | 1010000 | 1011111 | 1001111 | 1011 |
Color Harmonies of #183206
Complementary color
Monochromatic Colors of #183206
Black with #183206
Text Example
Text Example
White with #183206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183206; }
p { color: rgb(24,50,6); }
H1.HeaderClassName
{
color: #183206;
}
.AnyTagClassName
{
color: #183206;
}
</style>
background-color css
<style>
a { background-color: #183206; }
a { background-color: rgb(24,50,6); }
div.DivClassName
{
background-color: #183206;
}
.BgClassName
{
background-color: #183206;
}
</style>
border-color css
<style>
span { border-color: #183206; }
span { border-color: rgb(24,50,6); }
td.TdClassName
{
border-color: #183206;
}
.TagClassName
{
border-color: #183206;
}
</style>