Shades of Pine Tree #18200C
Tints of Pine Tree #18200C
RGB
CMYK
RGB Variations
Color information
#18200C (or 0x18200C) is known color: Pine Tree. HEX triplet: 18, 20 and 0C. RGB value is (24,32,12). Sum of RGB (Red+Green+Blue) = 24+32+12=68 (9% of max value = 765). Red value is 24 (9.77% from 255 or 35.29% from 68); Green value is 32 (12.89% from 255 or 47.06% from 68); Blue value is 12 (5.08% from 255 or 17.65% from 68); Max value from RGB is 32 - color contains mainly: green. Hex color #18200C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18200C is #E7DFF3. Grayscale: #1B1B1B. Windows color (decimal): -15196148 or 794648. OLE color: 794648.
HSL color Cylindrical-coordinate representation of color #18200C: hue angle of 84º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #18200C is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 24 | 32 | 12 | - |
| CMYK | 0.25 | 0 | 0.63 | 0.87 |
| HSL | 84º | 0.45% | 0.09% | - |
| HSV(B) | 84º | 0.63% | 0.13% | - |
| XYZ | 0.96 | 1.25 | 0.54 | - |
| YUV | 27.33 | 119.35 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 32 | 12 | 0.25 | 0 | 0.63 | 0.87 | 84 | 0.45 | 0.09 |
| Hex | 18 | 20 | C | 19 | 0 | 3F | 57 | 54 | 2D | 9 |
| Octal | 30 | 40 | 14 | 31 | 0 | 77 | 127 | 124 | 55 | 11 |
| Binary | 11000 | 100000 | 1100 | 11001 | 0 | 111111 | 1010111 | 1010100 | 101101 | 1001 |
Color Harmonies of #18200C
Complementary color
Monochromatic Colors of #18200C
Black with #18200C
Text Example
Text Example
White with #18200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18200C; }
p { color: rgb(24,32,12); }
H1.HeaderClassName
{
color: #18200C;
}
.AnyTagClassName
{
color: #18200C;
}
</style>
background-color css
<style>
a { background-color: #18200C; }
a { background-color: rgb(24,32,12); }
div.DivClassName
{
background-color: #18200C;
}
.BgClassName
{
background-color: #18200C;
}
</style>
border-color css
<style>
span { border-color: #18200C; }
span { border-color: rgb(24,32,12); }
td.TdClassName
{
border-color: #18200C;
}
.TagClassName
{
border-color: #18200C;
}
</style>