Shades of Pine Tree #183204
Tints of Pine Tree #183204
RGB
CMYK
RGB Variations
Color information
#183204 (or 0x183204) is known color: Pine Tree. HEX triplet: 18, 32 and 04. RGB value is (24,50,4). Sum of RGB (Red+Green+Blue) = 24+50+4=78 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30.77% from 78); Green value is 50 (19.92% from 255 or 64.10% from 78); Blue value is 4 (1.95% from 255 or 5.13% from 78); Max value from RGB is 50 - color contains mainly: green. Hex color #183204 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #183204 is #E7CDFB. Grayscale: #252525. Windows color (decimal): -15191548 or 274968. OLE color: 274968.
HSL color Cylindrical-coordinate representation of color #183204: hue angle of 93.91º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #183204 is Cyan = 0.52, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 24 | 50 | 4 | - |
| CMYK | 0.52 | 0 | 0.92 | 0.80 |
| HSL | 93.91º | 0.85% | 0.11% | - |
| HSV(B) | 93.91º | 0.92% | 0.2% | - |
| XYZ | 1.54 | 2.48 | 0.51 | - |
| YUV | 36.98 | 109.39 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 50 | 4 | 0.52 | 0 | 0.92 | 0.80 | 93.91 | 0.85 | 0.11 |
| Hex | 18 | 32 | 4 | 34 | 0 | 5C | 50 | 5E | 55 | B |
| Octal | 30 | 62 | 4 | 64 | 0 | 134 | 120 | 136 | 125 | 13 |
| Binary | 11000 | 110010 | 100 | 110100 | 0 | 1011100 | 1010000 | 1011110 | 1010101 | 1011 |
Color Harmonies of #183204
Complementary color
Monochromatic Colors of #183204
Black with #183204
Text Example
Text Example
White with #183204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183204; }
p { color: rgb(24,50,4); }
H1.HeaderClassName
{
color: #183204;
}
.AnyTagClassName
{
color: #183204;
}
</style>
background-color css
<style>
a { background-color: #183204; }
a { background-color: rgb(24,50,4); }
div.DivClassName
{
background-color: #183204;
}
.BgClassName
{
background-color: #183204;
}
</style>
border-color css
<style>
span { border-color: #183204; }
span { border-color: rgb(24,50,4); }
td.TdClassName
{
border-color: #183204;
}
.TagClassName
{
border-color: #183204;
}
</style>