Shades of Pine Tree #183208
Tints of Pine Tree #183208
RGB
CMYK
RGB Variations
Color information
#183208 (or 0x183208) is known color: Pine Tree. HEX triplet: 18, 32 and 08. RGB value is (24,50,8). Sum of RGB (Red+Green+Blue) = 24+50+8=82 (10% of max value = 765). Red value is 24 (9.77% from 255 or 29.27% from 82); Green value is 50 (19.92% from 255 or 60.98% from 82); Blue value is 8 (3.52% from 255 or 9.76% from 82); Max value from RGB is 50 - color contains mainly: green. Hex color #183208 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #183208 is #E7CDF7. Grayscale: #252525. Windows color (decimal): -15191544 or 537112. OLE color: 537112.
HSL color Cylindrical-coordinate representation of color #183208: hue angle of 97.14º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #183208 is Cyan = 0.52, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 24 | 50 | 8 | - |
| CMYK | 0.52 | 0 | 0.84 | 0.80 |
| HSL | 97.14º | 0.72% | 0.11% | - |
| HSV(B) | 97.14º | 0.84% | 0.2% | - |
| XYZ | 1.56 | 2.49 | 0.63 | - |
| YUV | 37.44 | 111.39 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 50 | 8 | 0.52 | 0 | 0.84 | 0.80 | 97.14 | 0.72 | 0.11 |
| Hex | 18 | 32 | 8 | 34 | 0 | 54 | 50 | 61 | 48 | B |
| Octal | 30 | 62 | 10 | 64 | 0 | 124 | 120 | 141 | 110 | 13 |
| Binary | 11000 | 110010 | 1000 | 110100 | 0 | 1010100 | 1010000 | 1100001 | 1001000 | 1011 |
Color Harmonies of #183208
Complementary color
Monochromatic Colors of #183208
Black with #183208
Text Example
Text Example
White with #183208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183208; }
p { color: rgb(24,50,8); }
H1.HeaderClassName
{
color: #183208;
}
.AnyTagClassName
{
color: #183208;
}
</style>
background-color css
<style>
a { background-color: #183208; }
a { background-color: rgb(24,50,8); }
div.DivClassName
{
background-color: #183208;
}
.BgClassName
{
background-color: #183208;
}
</style>
border-color css
<style>
span { border-color: #183208; }
span { border-color: rgb(24,50,8); }
td.TdClassName
{
border-color: #183208;
}
.TagClassName
{
border-color: #183208;
}
</style>