Shades of Pine Tree #28321B
Tints of Pine Tree #28321B
RGB
CMYK
RGB Variations
Color information
#28321B (or 0x28321B) is known color: Pine Tree. HEX triplet: 28, 32 and 1B. RGB value is (40,50,27). Sum of RGB (Red+Green+Blue) = 40+50+27=117 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.19% from 117); Green value is 50 (19.92% from 255 or 42.74% from 117); Blue value is 27 (10.94% from 255 or 23.08% from 117); Max value from RGB is 50 - color contains mainly: green. Hex color #28321B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28321B is #D7CDE4. Grayscale: #2C2C2C. Windows color (decimal): -14142949 or 1782312. OLE color: 1782312.
HSL color Cylindrical-coordinate representation of color #28321B: hue angle of 86.09º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #28321B is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 40 | 50 | 27 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.80 |
| HSL | 86.09º | 0.3% | 0.15% | - |
| HSV(B) | 86.09º | 0.46% | 0.2% | - |
| XYZ | 2.21 | 2.81 | 1.46 | - |
| YUV | 44.39 | 118.19 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 50 | 27 | 0.20 | 0 | 0.46 | 0.80 | 86.09 | 0.3 | 0.15 |
| Hex | 28 | 32 | 1B | 14 | 0 | 2E | 50 | 56 | 1E | F |
| Octal | 50 | 62 | 33 | 24 | 0 | 56 | 120 | 126 | 36 | 17 |
| Binary | 101000 | 110010 | 11011 | 10100 | 0 | 101110 | 1010000 | 1010110 | 11110 | 1111 |
Color Harmonies of #28321B
Complementary color
Monochromatic Colors of #28321B
Black with #28321B
Text Example
Text Example
White with #28321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28321B; }
p { color: rgb(40,50,27); }
H1.HeaderClassName
{
color: #28321B;
}
.AnyTagClassName
{
color: #28321B;
}
</style>
background-color css
<style>
a { background-color: #28321B; }
a { background-color: rgb(40,50,27); }
div.DivClassName
{
background-color: #28321B;
}
.BgClassName
{
background-color: #28321B;
}
</style>
border-color css
<style>
span { border-color: #28321B; }
span { border-color: rgb(40,50,27); }
td.TdClassName
{
border-color: #28321B;
}
.TagClassName
{
border-color: #28321B;
}
</style>