Shades of Pine Tree #282F21
Tints of Pine Tree #282F21
RGB
CMYK
RGB Variations
Color information
#282F21 (or 0x282F21) is known color: Pine Tree. HEX triplet: 28, 2F and 21. RGB value is (40,47,33). Sum of RGB (Red+Green+Blue) = 40+47+33=120 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.33% from 120); Green value is 47 (18.75% from 255 or 39.17% from 120); Blue value is 33 (13.28% from 255 or 27.5% from 120); Max value from RGB is 47 - color contains mainly: green. Hex color #282F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282F21 is #D7D0DE. Grayscale: #2B2B2B. Windows color (decimal): -14143711 or 2174760. OLE color: 2174760.
HSL color Cylindrical-coordinate representation of color #282F21: hue angle of 90º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #282F21 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 47 | 33 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.82 |
| HSL | 90º | 0.18% | 0.16% | - |
| HSV(B) | 90º | 0.3% | 0.18% | - |
| XYZ | 2.17 | 2.59 | 1.83 | - |
| YUV | 43.31 | 122.18 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 47 | 33 | 0.15 | 0 | 0.30 | 0.82 | 90 | 0.18 | 0.16 |
| Hex | 28 | 2F | 21 | F | 0 | 1E | 52 | 5A | 12 | 10 |
| Octal | 50 | 57 | 41 | 17 | 0 | 36 | 122 | 132 | 22 | 20 |
| Binary | 101000 | 101111 | 100001 | 1111 | 0 | 11110 | 1010010 | 1011010 | 10010 | 10000 |
Color Harmonies of #282F21
Complementary color
Monochromatic Colors of #282F21
Black with #282F21
Text Example
Text Example
White with #282F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282F21; }
p { color: rgb(40,47,33); }
H1.HeaderClassName
{
color: #282F21;
}
.AnyTagClassName
{
color: #282F21;
}
</style>
background-color css
<style>
a { background-color: #282F21; }
a { background-color: rgb(40,47,33); }
div.DivClassName
{
background-color: #282F21;
}
.BgClassName
{
background-color: #282F21;
}
</style>
border-color css
<style>
span { border-color: #282F21; }
span { border-color: rgb(40,47,33); }
td.TdClassName
{
border-color: #282F21;
}
.TagClassName
{
border-color: #282F21;
}
</style>