Shades of Pine Tree #24320E
Tints of Pine Tree #24320E
RGB
CMYK
RGB Variations
Color information
#24320E (or 0x24320E) is known color: Pine Tree. HEX triplet: 24, 32 and 0E. RGB value is (36,50,14). Sum of RGB (Red+Green+Blue) = 36+50+14=100 (13% of max value = 765). Red value is 36 (14.45% from 255 or 36% from 100); Green value is 50 (19.92% from 255 or 50% from 100); Blue value is 14 (5.86% from 255 or 14% from 100); Max value from RGB is 50 - color contains mainly: green. Hex color #24320E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24320E is #DBCDF1. Grayscale: #292929. Windows color (decimal): -14405106 or 930340. OLE color: 930340.
HSL color Cylindrical-coordinate representation of color #24320E: hue angle of 83.33º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #24320E is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 36 | 50 | 14 | - |
| CMYK | 0.28 | 0 | 0.72 | 0.80 |
| HSL | 83.33º | 0.56% | 0.13% | - |
| HSV(B) | 83.33º | 0.72% | 0.2% | - |
| XYZ | 1.95 | 2.69 | 0.83 | - |
| YUV | 41.71 | 112.36 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 50 | 14 | 0.28 | 0 | 0.72 | 0.80 | 83.33 | 0.56 | 0.13 |
| Hex | 24 | 32 | E | 1C | 0 | 48 | 50 | 53 | 38 | D |
| Octal | 44 | 62 | 16 | 34 | 0 | 110 | 120 | 123 | 70 | 15 |
| Binary | 100100 | 110010 | 1110 | 11100 | 0 | 1001000 | 1010000 | 1010011 | 111000 | 1101 |
Color Harmonies of #24320E
Complementary color
Monochromatic Colors of #24320E
Black with #24320E
Text Example
Text Example
White with #24320E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24320E; }
p { color: rgb(36,50,14); }
H1.HeaderClassName
{
color: #24320E;
}
.AnyTagClassName
{
color: #24320E;
}
</style>
background-color css
<style>
a { background-color: #24320E; }
a { background-color: rgb(36,50,14); }
div.DivClassName
{
background-color: #24320E;
}
.BgClassName
{
background-color: #24320E;
}
</style>
border-color css
<style>
span { border-color: #24320E; }
span { border-color: rgb(36,50,14); }
td.TdClassName
{
border-color: #24320E;
}
.TagClassName
{
border-color: #24320E;
}
</style>