Shades of Pine Tree #243210
Tints of Pine Tree #243210
RGB
CMYK
RGB Variations
Color information
#243210 (or 0x243210) is known color: Pine Tree. HEX triplet: 24, 32 and 10. RGB value is (36,50,16). Sum of RGB (Red+Green+Blue) = 36+50+16=102 (13% of max value = 765). Red value is 36 (14.45% from 255 or 35.29% from 102); Green value is 50 (19.92% from 255 or 49.02% from 102); Blue value is 16 (6.64% from 255 or 15.69% from 102); Max value from RGB is 50 - color contains mainly: green. Hex color #243210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #243210 is #DBCDEF. Grayscale: #2A2A2A. Windows color (decimal): -14405104 or 1061412. OLE color: 1061412.
HSL color Cylindrical-coordinate representation of color #243210: hue angle of 84.71º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #243210 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 36 | 50 | 16 | - |
| CMYK | 0.28 | 0 | 0.68 | 0.80 |
| HSL | 84.71º | 0.52% | 0.13% | - |
| HSV(B) | 84.71º | 0.68% | 0.2% | - |
| XYZ | 1.96 | 2.69 | 0.91 | - |
| YUV | 41.94 | 113.36 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 50 | 16 | 0.28 | 0 | 0.68 | 0.80 | 84.71 | 0.52 | 0.13 |
| Hex | 24 | 32 | 10 | 1C | 0 | 44 | 50 | 55 | 34 | D |
| Octal | 44 | 62 | 20 | 34 | 0 | 104 | 120 | 125 | 64 | 15 |
| Binary | 100100 | 110010 | 10000 | 11100 | 0 | 1000100 | 1010000 | 1010101 | 110100 | 1101 |
Color Harmonies of #243210
Complementary color
Monochromatic Colors of #243210
Black with #243210
Text Example
Text Example
White with #243210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243210; }
p { color: rgb(36,50,16); }
H1.HeaderClassName
{
color: #243210;
}
.AnyTagClassName
{
color: #243210;
}
</style>
background-color css
<style>
a { background-color: #243210; }
a { background-color: rgb(36,50,16); }
div.DivClassName
{
background-color: #243210;
}
.BgClassName
{
background-color: #243210;
}
</style>
border-color css
<style>
span { border-color: #243210; }
span { border-color: rgb(36,50,16); }
td.TdClassName
{
border-color: #243210;
}
.TagClassName
{
border-color: #243210;
}
</style>