Shades of Pine Tree #24320C
Tints of Pine Tree #24320C
RGB
CMYK
RGB Variations
Color information
#24320C (or 0x24320C) is known color: Pine Tree. HEX triplet: 24, 32 and 0C. RGB value is (36,50,12). Sum of RGB (Red+Green+Blue) = 36+50+12=98 (12% of max value = 765). Red value is 36 (14.45% from 255 or 36.73% from 98); Green value is 50 (19.92% from 255 or 51.02% from 98); Blue value is 12 (5.08% from 255 or 12.24% from 98); Max value from RGB is 50 - color contains mainly: green. Hex color #24320C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24320C is #DBCDF3. Grayscale: #292929. Windows color (decimal): -14405108 or 799268. OLE color: 799268.
HSL color Cylindrical-coordinate representation of color #24320C: hue angle of 82.11º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #24320C is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 36 | 50 | 12 | - |
| CMYK | 0.28 | 0 | 0.76 | 0.80 |
| HSL | 82.11º | 0.61% | 0.12% | - |
| HSV(B) | 82.11º | 0.76% | 0.2% | - |
| XYZ | 1.93 | 2.68 | 0.76 | - |
| YUV | 41.48 | 111.36 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 50 | 12 | 0.28 | 0 | 0.76 | 0.80 | 82.11 | 0.61 | 0.12 |
| Hex | 24 | 32 | C | 1C | 0 | 4C | 50 | 52 | 3D | C |
| Octal | 44 | 62 | 14 | 34 | 0 | 114 | 120 | 122 | 75 | 14 |
| Binary | 100100 | 110010 | 1100 | 11100 | 0 | 1001100 | 1010000 | 1010010 | 111101 | 1100 |
Color Harmonies of #24320C
Complementary color
Monochromatic Colors of #24320C
Black with #24320C
Text Example
Text Example
White with #24320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24320C; }
p { color: rgb(36,50,12); }
H1.HeaderClassName
{
color: #24320C;
}
.AnyTagClassName
{
color: #24320C;
}
</style>
background-color css
<style>
a { background-color: #24320C; }
a { background-color: rgb(36,50,12); }
div.DivClassName
{
background-color: #24320C;
}
.BgClassName
{
background-color: #24320C;
}
</style>
border-color css
<style>
span { border-color: #24320C; }
span { border-color: rgb(36,50,12); }
td.TdClassName
{
border-color: #24320C;
}
.TagClassName
{
border-color: #24320C;
}
</style>