Shades of Pine Tree #24350F
Tints of Pine Tree #24350F
RGB
CMYK
RGB Variations
Color information
#24350F (or 0x24350F) is known color: Pine Tree. HEX triplet: 24, 35 and 0F. RGB value is (36,53,15). Sum of RGB (Red+Green+Blue) = 36+53+15=104 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.62% from 104); Green value is 53 (21.09% from 255 or 50.96% from 104); Blue value is 15 (6.25% from 255 or 14.42% from 104); Max value from RGB is 53 - color contains mainly: green. Hex color #24350F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24350F is #DBCAF0. Grayscale: #2B2B2B. Windows color (decimal): -14404337 or 996644. OLE color: 996644.
HSL color Cylindrical-coordinate representation of color #24350F: hue angle of 86.84º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #24350F is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 36 | 53 | 15 | - |
| CMYK | 0.32 | 0 | 0.72 | 0.79 |
| HSL | 86.84º | 0.56% | 0.13% | - |
| HSV(B) | 86.84º | 0.72% | 0.21% | - |
| XYZ | 2.09 | 2.96 | 0.91 | - |
| YUV | 43.59 | 111.87 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 53 | 15 | 0.32 | 0 | 0.72 | 0.79 | 86.84 | 0.56 | 0.13 |
| Hex | 24 | 35 | F | 20 | 0 | 48 | 4F | 57 | 38 | D |
| Octal | 44 | 65 | 17 | 40 | 0 | 110 | 117 | 127 | 70 | 15 |
| Binary | 100100 | 110101 | 1111 | 100000 | 0 | 1001000 | 1001111 | 1010111 | 111000 | 1101 |
Color Harmonies of #24350F
Complementary color
Monochromatic Colors of #24350F
Black with #24350F
Text Example
Text Example
White with #24350F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24350F; }
p { color: rgb(36,53,15); }
H1.HeaderClassName
{
color: #24350F;
}
.AnyTagClassName
{
color: #24350F;
}
</style>
background-color css
<style>
a { background-color: #24350F; }
a { background-color: rgb(36,53,15); }
div.DivClassName
{
background-color: #24350F;
}
.BgClassName
{
background-color: #24350F;
}
</style>
border-color css
<style>
span { border-color: #24350F; }
span { border-color: rgb(36,53,15); }
td.TdClassName
{
border-color: #24350F;
}
.TagClassName
{
border-color: #24350F;
}
</style>