Shades of Pine Tree #24291F
Tints of Pine Tree #24291F
RGB
CMYK
RGB Variations
Color information
#24291F (or 0x24291F) is known color: Pine Tree. HEX triplet: 24, 29 and 1F. RGB value is (36,41,31). Sum of RGB (Red+Green+Blue) = 36+41+31=108 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.33% from 108); Green value is 41 (16.41% from 255 or 37.96% from 108); Blue value is 31 (12.5% from 255 or 28.70% from 108); Max value from RGB is 41 - color contains mainly: green. Hex color #24291F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24291F is #DBD6E0. Grayscale: #262626. Windows color (decimal): -14407393 or 2042148. OLE color: 2042148.
HSL color Cylindrical-coordinate representation of color #24291F: hue angle of 90º degrees, saturation: 0.14, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #24291F is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 36 | 41 | 31 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.84 |
| HSL | 90º | 0.14% | 0.14% | - |
| HSV(B) | 90º | 0.24% | 0.16% | - |
| XYZ | 1.77 | 2.06 | 1.6 | - |
| YUV | 38.37 | 123.84 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 41 | 31 | 0.12 | 0 | 0.24 | 0.84 | 90 | 0.14 | 0.14 |
| Hex | 24 | 29 | 1F | C | 0 | 18 | 54 | 5A | E | E |
| Octal | 44 | 51 | 37 | 14 | 0 | 30 | 124 | 132 | 16 | 16 |
| Binary | 100100 | 101001 | 11111 | 1100 | 0 | 11000 | 1010100 | 1011010 | 1110 | 1110 |
Color Harmonies of #24291F
Complementary color
Monochromatic Colors of #24291F
Black with #24291F
Text Example
Text Example
White with #24291F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24291F; }
p { color: rgb(36,41,31); }
H1.HeaderClassName
{
color: #24291F;
}
.AnyTagClassName
{
color: #24291F;
}
</style>
background-color css
<style>
a { background-color: #24291F; }
a { background-color: rgb(36,41,31); }
div.DivClassName
{
background-color: #24291F;
}
.BgClassName
{
background-color: #24291F;
}
</style>
border-color css
<style>
span { border-color: #24291F; }
span { border-color: rgb(36,41,31); }
td.TdClassName
{
border-color: #24291F;
}
.TagClassName
{
border-color: #24291F;
}
</style>