Shades of Pine Tree #243211
Tints of Pine Tree #243211
RGB
CMYK
RGB Variations
Color information
#243211 (or 0x243211) is known color: Pine Tree. HEX triplet: 24, 32 and 11. RGB value is (36,50,17). Sum of RGB (Red+Green+Blue) = 36+50+17=103 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.95% from 103); Green value is 50 (19.92% from 255 or 48.54% from 103); Blue value is 17 (7.03% from 255 or 16.50% from 103); Max value from RGB is 50 - color contains mainly: green. Hex color #243211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #243211 is #DBCDEE. Grayscale: #2A2A2A. Windows color (decimal): -14405103 or 1126948. OLE color: 1126948.
HSL color Cylindrical-coordinate representation of color #243211: hue angle of 85.45º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #243211 is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 36 | 50 | 17 | - |
| CMYK | 0.28 | 0 | 0.66 | 0.80 |
| HSL | 85.45º | 0.49% | 0.13% | - |
| HSV(B) | 85.45º | 0.66% | 0.2% | - |
| XYZ | 1.97 | 2.7 | 0.95 | - |
| YUV | 42.05 | 113.86 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 50 | 17 | 0.28 | 0 | 0.66 | 0.80 | 85.45 | 0.49 | 0.13 |
| Hex | 24 | 32 | 11 | 1C | 0 | 42 | 50 | 55 | 31 | D |
| Octal | 44 | 62 | 21 | 34 | 0 | 102 | 120 | 125 | 61 | 15 |
| Binary | 100100 | 110010 | 10001 | 11100 | 0 | 1000010 | 1010000 | 1010101 | 110001 | 1101 |
Color Harmonies of #243211
Complementary color
Monochromatic Colors of #243211
Black with #243211
Text Example
Text Example
White with #243211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243211; }
p { color: rgb(36,50,17); }
H1.HeaderClassName
{
color: #243211;
}
.AnyTagClassName
{
color: #243211;
}
</style>
background-color css
<style>
a { background-color: #243211; }
a { background-color: rgb(36,50,17); }
div.DivClassName
{
background-color: #243211;
}
.BgClassName
{
background-color: #243211;
}
</style>
border-color css
<style>
span { border-color: #243211; }
span { border-color: rgb(36,50,17); }
td.TdClassName
{
border-color: #243211;
}
.TagClassName
{
border-color: #243211;
}
</style>