Shades of Pine Tree #182010
Tints of Pine Tree #182010
RGB
CMYK
RGB Variations
Color information
#182010 (or 0x182010) is known color: Pine Tree. HEX triplet: 18, 20 and 10. RGB value is (24,32,16). Sum of RGB (Red+Green+Blue) = 24+32+16=72 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.33% from 72); Green value is 32 (12.89% from 255 or 44.44% from 72); Blue value is 16 (6.64% from 255 or 22.22% from 72); Max value from RGB is 32 - color contains mainly: green. Hex color #182010 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182010 is #E7DFEF. Grayscale: #1B1B1B. Windows color (decimal): -15196144 or 1056792. OLE color: 1056792.
HSL color Cylindrical-coordinate representation of color #182010: hue angle of 90º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #182010 is Cyan = 0.25, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 24 | 32 | 16 | - |
| CMYK | 0.25 | 0 | 0.5 | 0.87 |
| HSL | 90º | 0.33% | 0.09% | - |
| HSV(B) | 90º | 0.5% | 0.13% | - |
| XYZ | 0.99 | 1.26 | 0.68 | - |
| YUV | 27.78 | 121.35 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 32 | 16 | 0.25 | 0 | 0.5 | 0.87 | 90 | 0.33 | 0.09 |
| Hex | 18 | 20 | 10 | 19 | 0 | 32 | 57 | 5A | 21 | 9 |
| Octal | 30 | 40 | 20 | 31 | 0 | 62 | 127 | 132 | 41 | 11 |
| Binary | 11000 | 100000 | 10000 | 11001 | 0 | 110010 | 1010111 | 1011010 | 100001 | 1001 |
Color Harmonies of #182010
Complementary color
Monochromatic Colors of #182010
Black with #182010
Text Example
Text Example
White with #182010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182010; }
p { color: rgb(24,32,16); }
H1.HeaderClassName
{
color: #182010;
}
.AnyTagClassName
{
color: #182010;
}
</style>
background-color css
<style>
a { background-color: #182010; }
a { background-color: rgb(24,32,16); }
div.DivClassName
{
background-color: #182010;
}
.BgClassName
{
background-color: #182010;
}
</style>
border-color css
<style>
span { border-color: #182010; }
span { border-color: rgb(24,32,16); }
td.TdClassName
{
border-color: #182010;
}
.TagClassName
{
border-color: #182010;
}
</style>