Shades of Pine Tree #24310B
Tints of Pine Tree #24310B
RGB
CMYK
RGB Variations
Color information
#24310B (or 0x24310B) is known color: Pine Tree. HEX triplet: 24, 31 and 0B. RGB value is (36,49,11). Sum of RGB (Red+Green+Blue) = 36+49+11=96 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.5% from 96); Green value is 49 (19.53% from 255 or 51.04% from 96); Blue value is 11 (4.69% from 255 or 11.46% from 96); Max value from RGB is 49 - color contains mainly: green. Hex color #24310B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24310B is #DBCEF4. Grayscale: #282828. Windows color (decimal): -14405365 or 733476. OLE color: 733476.
HSL color Cylindrical-coordinate representation of color #24310B: hue angle of 80.53º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #24310B is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 36 | 49 | 11 | - |
| CMYK | 0.27 | 0 | 0.78 | 0.81 |
| HSL | 80.53º | 0.63% | 0.12% | - |
| HSV(B) | 80.53º | 0.78% | 0.19% | - |
| XYZ | 1.89 | 2.6 | 0.72 | - |
| YUV | 40.78 | 111.19 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 49 | 11 | 0.27 | 0 | 0.78 | 0.81 | 80.53 | 0.63 | 0.12 |
| Hex | 24 | 31 | B | 1B | 0 | 4E | 51 | 51 | 3F | C |
| Octal | 44 | 61 | 13 | 33 | 0 | 116 | 121 | 121 | 77 | 14 |
| Binary | 100100 | 110001 | 1011 | 11011 | 0 | 1001110 | 1010001 | 1010001 | 111111 | 1100 |
Color Harmonies of #24310B
Complementary color
Monochromatic Colors of #24310B
Black with #24310B
Text Example
Text Example
White with #24310B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24310B; }
p { color: rgb(36,49,11); }
H1.HeaderClassName
{
color: #24310B;
}
.AnyTagClassName
{
color: #24310B;
}
</style>
background-color css
<style>
a { background-color: #24310B; }
a { background-color: rgb(36,49,11); }
div.DivClassName
{
background-color: #24310B;
}
.BgClassName
{
background-color: #24310B;
}
</style>
border-color css
<style>
span { border-color: #24310B; }
span { border-color: rgb(36,49,11); }
td.TdClassName
{
border-color: #24310B;
}
.TagClassName
{
border-color: #24310B;
}
</style>