Shades of Pine Tree #282C23
Tints of Pine Tree #282C23
RGB
CMYK
RGB Variations
Color information
#282C23 (or 0x282C23) is known color: Pine Tree. HEX triplet: 28, 2C and 23. RGB value is (40,44,35). Sum of RGB (Red+Green+Blue) = 40+44+35=119 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.61% from 119); Green value is 44 (17.58% from 255 or 36.97% from 119); Blue value is 35 (14.06% from 255 or 29.41% from 119); Max value from RGB is 44 - color contains mainly: green. Hex color #282C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282C23 is #D7D3DC. Grayscale: #292929. Windows color (decimal): -14144477 or 2305064. OLE color: 2305064.
HSL color Cylindrical-coordinate representation of color #282C23: hue angle of 86.67º degrees, saturation: 0.11, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #282C23 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 40 | 44 | 35 | - |
| CMYK | 0.09 | 0 | 0.20 | 0.83 |
| HSL | 86.67º | 0.11% | 0.15% | - |
| HSV(B) | 86.67º | 0.2% | 0.17% | - |
| XYZ | 2.08 | 2.37 | 1.94 | - |
| YUV | 41.78 | 124.17 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 44 | 35 | 0.09 | 0 | 0.20 | 0.83 | 86.67 | 0.11 | 0.15 |
| Hex | 28 | 2C | 23 | 9 | 0 | 14 | 53 | 57 | B | F |
| Octal | 50 | 54 | 43 | 11 | 0 | 24 | 123 | 127 | 13 | 17 |
| Binary | 101000 | 101100 | 100011 | 1001 | 0 | 10100 | 1010011 | 1010111 | 1011 | 1111 |
Color Harmonies of #282C23
Complementary color
Monochromatic Colors of #282C23
Black with #282C23
Text Example
Text Example
White with #282C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282C23; }
p { color: rgb(40,44,35); }
H1.HeaderClassName
{
color: #282C23;
}
.AnyTagClassName
{
color: #282C23;
}
</style>
background-color css
<style>
a { background-color: #282C23; }
a { background-color: rgb(40,44,35); }
div.DivClassName
{
background-color: #282C23;
}
.BgClassName
{
background-color: #282C23;
}
</style>
border-color css
<style>
span { border-color: #282C23; }
span { border-color: rgb(40,44,35); }
td.TdClassName
{
border-color: #282C23;
}
.TagClassName
{
border-color: #282C23;
}
</style>