Shades of Pine Tree #282C22
Tints of Pine Tree #282C22
RGB
CMYK
RGB Variations
Color information
#282C22 (or 0x282C22) is known color: Pine Tree. HEX triplet: 28, 2C and 22. RGB value is (40,44,34). Sum of RGB (Red+Green+Blue) = 40+44+34=118 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.90% from 118); Green value is 44 (17.58% from 255 or 37.29% from 118); Blue value is 34 (13.67% from 255 or 28.81% from 118); Max value from RGB is 44 - color contains mainly: green. Hex color #282C22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282C22 is #D7D3DD. Grayscale: #292929. Windows color (decimal): -14144478 or 2239528. OLE color: 2239528.
HSL color Cylindrical-coordinate representation of color #282C22: hue angle of 84º degrees, saturation: 0.13, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #282C22 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 40 | 44 | 34 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.83 |
| HSL | 84º | 0.13% | 0.15% | - |
| HSV(B) | 84º | 0.23% | 0.17% | - |
| XYZ | 2.06 | 2.37 | 1.86 | - |
| YUV | 41.66 | 123.67 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 44 | 34 | 0.09 | 0 | 0.23 | 0.83 | 84 | 0.13 | 0.15 |
| Hex | 28 | 2C | 22 | 9 | 0 | 17 | 53 | 54 | D | F |
| Octal | 50 | 54 | 42 | 11 | 0 | 27 | 123 | 124 | 15 | 17 |
| Binary | 101000 | 101100 | 100010 | 1001 | 0 | 10111 | 1010011 | 1010100 | 1101 | 1111 |
Color Harmonies of #282C22
Complementary color
Monochromatic Colors of #282C22
Black with #282C22
Text Example
Text Example
White with #282C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282C22; }
p { color: rgb(40,44,34); }
H1.HeaderClassName
{
color: #282C22;
}
.AnyTagClassName
{
color: #282C22;
}
</style>
background-color css
<style>
a { background-color: #282C22; }
a { background-color: rgb(40,44,34); }
div.DivClassName
{
background-color: #282C22;
}
.BgClassName
{
background-color: #282C22;
}
</style>
border-color css
<style>
span { border-color: #282C22; }
span { border-color: rgb(40,44,34); }
td.TdClassName
{
border-color: #282C22;
}
.TagClassName
{
border-color: #282C22;
}
</style>