Shades of Pine Tree #24350B
Tints of Pine Tree #24350B
RGB
CMYK
RGB Variations
Color information
#24350B (or 0x24350B) is known color: Pine Tree. HEX triplet: 24, 35 and 0B. RGB value is (36,53,11). Sum of RGB (Red+Green+Blue) = 36+53+11=100 (13% of max value = 765). Red value is 36 (14.45% from 255 or 36% from 100); Green value is 53 (21.09% from 255 or 53% from 100); Blue value is 11 (4.69% from 255 or 11% from 100); Max value from RGB is 53 - color contains mainly: green. Hex color #24350B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24350B is #DBCAF4. Grayscale: #2B2B2B. Windows color (decimal): -14404341 or 734500. OLE color: 734500.
HSL color Cylindrical-coordinate representation of color #24350B: hue angle of 84.29º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #24350B is Cyan = 0.32, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 36 | 53 | 11 | - |
| CMYK | 0.32 | 0 | 0.79 | 0.79 |
| HSL | 84.29º | 0.66% | 0.13% | - |
| HSV(B) | 84.29º | 0.79% | 0.21% | - |
| XYZ | 2.06 | 2.95 | 0.78 | - |
| YUV | 43.13 | 109.87 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 53 | 11 | 0.32 | 0 | 0.79 | 0.79 | 84.29 | 0.66 | 0.13 |
| Hex | 24 | 35 | B | 20 | 0 | 4F | 4F | 54 | 42 | D |
| Octal | 44 | 65 | 13 | 40 | 0 | 117 | 117 | 124 | 102 | 15 |
| Binary | 100100 | 110101 | 1011 | 100000 | 0 | 1001111 | 1001111 | 1010100 | 1000010 | 1101 |
Color Harmonies of #24350B
Complementary color
Monochromatic Colors of #24350B
Black with #24350B
Text Example
Text Example
White with #24350B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24350B; }
p { color: rgb(36,53,11); }
H1.HeaderClassName
{
color: #24350B;
}
.AnyTagClassName
{
color: #24350B;
}
</style>
background-color css
<style>
a { background-color: #24350B; }
a { background-color: rgb(36,53,11); }
div.DivClassName
{
background-color: #24350B;
}
.BgClassName
{
background-color: #24350B;
}
</style>
border-color css
<style>
span { border-color: #24350B; }
span { border-color: rgb(36,53,11); }
td.TdClassName
{
border-color: #24350B;
}
.TagClassName
{
border-color: #24350B;
}
</style>