Shades of Pine Tree #183205
Tints of Pine Tree #183205
RGB
CMYK
RGB Variations
Color information
#183205 (or 0x183205) is known color: Pine Tree. HEX triplet: 18, 32 and 05. RGB value is (24,50,5). Sum of RGB (Red+Green+Blue) = 24+50+5=79 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30.38% from 79); Green value is 50 (19.92% from 255 or 63.29% from 79); Blue value is 5 (2.34% from 255 or 6.33% from 79); Max value from RGB is 50 - color contains mainly: green. Hex color #183205 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #183205 is #E7CDFA. Grayscale: #252525. Windows color (decimal): -15191547 or 340504. OLE color: 340504.
HSL color Cylindrical-coordinate representation of color #183205: hue angle of 94.67º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #183205 is Cyan = 0.52, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 24 | 50 | 5 | - |
| CMYK | 0.52 | 0 | 0.90 | 0.80 |
| HSL | 94.67º | 0.82% | 0.11% | - |
| HSV(B) | 94.67º | 0.9% | 0.2% | - |
| XYZ | 1.54 | 2.49 | 0.54 | - |
| YUV | 37.1 | 109.89 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 50 | 5 | 0.52 | 0 | 0.90 | 0.80 | 94.67 | 0.82 | 0.11 |
| Hex | 18 | 32 | 5 | 34 | 0 | 5A | 50 | 5F | 52 | B |
| Octal | 30 | 62 | 5 | 64 | 0 | 132 | 120 | 137 | 122 | 13 |
| Binary | 11000 | 110010 | 101 | 110100 | 0 | 1011010 | 1010000 | 1011111 | 1010010 | 1011 |
Color Harmonies of #183205
Complementary color
Monochromatic Colors of #183205
Black with #183205
Text Example
Text Example
White with #183205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183205; }
p { color: rgb(24,50,5); }
H1.HeaderClassName
{
color: #183205;
}
.AnyTagClassName
{
color: #183205;
}
</style>
background-color css
<style>
a { background-color: #183205; }
a { background-color: rgb(24,50,5); }
div.DivClassName
{
background-color: #183205;
}
.BgClassName
{
background-color: #183205;
}
</style>
border-color css
<style>
span { border-color: #183205; }
span { border-color: rgb(24,50,5); }
td.TdClassName
{
border-color: #183205;
}
.TagClassName
{
border-color: #183205;
}
</style>