Shades of Pine Tree #24400B
Tints of Pine Tree #24400B
RGB
CMYK
RGB Variations
Color information
#24400B (or 0x24400B) is known color: Pine Tree. HEX triplet: 24, 40 and 0B. RGB value is (36,64,11). Sum of RGB (Red+Green+Blue) = 36+64+11=111 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.43% from 111); Green value is 64 (25.39% from 255 or 57.66% from 111); Blue value is 11 (4.69% from 255 or 9.91% from 111); Max value from RGB is 64 - color contains mainly: green. Hex color #24400B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24400B is #DBBFF4. Grayscale: #313131. Windows color (decimal): -14401525 or 737316. OLE color: 737316.
HSL color Cylindrical-coordinate representation of color #24400B: hue angle of 91.7º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24400B is Cyan = 0.44, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 36 | 64 | 11 | - |
| CMYK | 0.44 | 0 | 0.83 | 0.75 |
| HSL | 91.7º | 0.71% | 0.15% | - |
| HSV(B) | 91.7º | 0.83% | 0.25% | - |
| XYZ | 2.62 | 4.07 | 0.96 | - |
| YUV | 49.59 | 106.22 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 64 | 11 | 0.44 | 0 | 0.83 | 0.75 | 91.7 | 0.71 | 0.15 |
| Hex | 24 | 40 | B | 2C | 0 | 53 | 4B | 5C | 47 | F |
| Octal | 44 | 100 | 13 | 54 | 0 | 123 | 113 | 134 | 107 | 17 |
| Binary | 100100 | 1000000 | 1011 | 101100 | 0 | 1010011 | 1001011 | 1011100 | 1000111 | 1111 |
Color Harmonies of #24400B
Complementary color
Monochromatic Colors of #24400B
Black with #24400B
Text Example
Text Example
White with #24400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24400B; }
p { color: rgb(36,64,11); }
H1.HeaderClassName
{
color: #24400B;
}
.AnyTagClassName
{
color: #24400B;
}
</style>
background-color css
<style>
a { background-color: #24400B; }
a { background-color: rgb(36,64,11); }
div.DivClassName
{
background-color: #24400B;
}
.BgClassName
{
background-color: #24400B;
}
</style>
border-color css
<style>
span { border-color: #24400B; }
span { border-color: rgb(36,64,11); }
td.TdClassName
{
border-color: #24400B;
}
.TagClassName
{
border-color: #24400B;
}
</style>