Shades of Pine Tree #282B24
Tints of Pine Tree #282B24
RGB
CMYK
RGB Variations
Color information
#282B24 (or 0x282B24) is known color: Pine Tree. HEX triplet: 28, 2B and 24. RGB value is (40,43,36). Sum of RGB (Red+Green+Blue) = 40+43+36=119 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.61% from 119); Green value is 43 (17.19% from 255 or 36.13% from 119); Blue value is 36 (14.45% from 255 or 30.25% from 119); Max value from RGB is 43 - color contains mainly: green. Hex color #282B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282B24 is #D7D4DB. Grayscale: #292929. Windows color (decimal): -14144732 or 2370344. OLE color: 2370344.
HSL color Cylindrical-coordinate representation of color #282B24: hue angle of 85.71º degrees, saturation: 0.09, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #282B24 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 40 | 43 | 36 | - |
| CMYK | 0.07 | 0 | 0.16 | 0.83 |
| HSL | 85.71º | 0.09% | 0.15% | - |
| HSV(B) | 85.71º | 0.16% | 0.17% | - |
| XYZ | 2.06 | 2.31 | 2.01 | - |
| YUV | 41.31 | 125.01 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 43 | 36 | 0.07 | 0 | 0.16 | 0.83 | 85.71 | 0.09 | 0.15 |
| Hex | 28 | 2B | 24 | 7 | 0 | 10 | 53 | 56 | 9 | F |
| Octal | 50 | 53 | 44 | 7 | 0 | 20 | 123 | 126 | 11 | 17 |
| Binary | 101000 | 101011 | 100100 | 111 | 0 | 10000 | 1010011 | 1010110 | 1001 | 1111 |
Color Harmonies of #282B24
Complementary color
Monochromatic Colors of #282B24
Black with #282B24
Text Example
Text Example
White with #282B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282B24; }
p { color: rgb(40,43,36); }
H1.HeaderClassName
{
color: #282B24;
}
.AnyTagClassName
{
color: #282B24;
}
</style>
background-color css
<style>
a { background-color: #282B24; }
a { background-color: rgb(40,43,36); }
div.DivClassName
{
background-color: #282B24;
}
.BgClassName
{
background-color: #282B24;
}
</style>
border-color css
<style>
span { border-color: #282B24; }
span { border-color: rgb(40,43,36); }
td.TdClassName
{
border-color: #282B24;
}
.TagClassName
{
border-color: #282B24;
}
</style>