Shades of Pine Tree #28311C
Tints of Pine Tree #28311C
RGB
CMYK
RGB Variations
Color information
#28311C (or 0x28311C) is known color: Pine Tree. HEX triplet: 28, 31 and 1C. RGB value is (40,49,28). Sum of RGB (Red+Green+Blue) = 40+49+28=117 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.19% from 117); Green value is 49 (19.53% from 255 or 41.88% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 49 - color contains mainly: green. Hex color #28311C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28311C is #D7CEE3. Grayscale: #2B2B2B. Windows color (decimal): -14143204 or 1847592. OLE color: 1847592.
HSL color Cylindrical-coordinate representation of color #28311C: hue angle of 85.71º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #28311C is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 40 | 49 | 28 | - |
| CMYK | 0.18 | 0 | 0.43 | 0.81 |
| HSL | 85.71º | 0.27% | 0.15% | - |
| HSV(B) | 85.71º | 0.43% | 0.19% | - |
| XYZ | 2.18 | 2.73 | 1.51 | - |
| YUV | 43.92 | 119.02 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 49 | 28 | 0.18 | 0 | 0.43 | 0.81 | 85.71 | 0.27 | 0.15 |
| Hex | 28 | 31 | 1C | 12 | 0 | 2B | 51 | 56 | 1B | F |
| Octal | 50 | 61 | 34 | 22 | 0 | 53 | 121 | 126 | 33 | 17 |
| Binary | 101000 | 110001 | 11100 | 10010 | 0 | 101011 | 1010001 | 1010110 | 11011 | 1111 |
Color Harmonies of #28311C
Complementary color
Monochromatic Colors of #28311C
Black with #28311C
Text Example
Text Example
White with #28311C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28311C; }
p { color: rgb(40,49,28); }
H1.HeaderClassName
{
color: #28311C;
}
.AnyTagClassName
{
color: #28311C;
}
</style>
background-color css
<style>
a { background-color: #28311C; }
a { background-color: rgb(40,49,28); }
div.DivClassName
{
background-color: #28311C;
}
.BgClassName
{
background-color: #28311C;
}
</style>
border-color css
<style>
span { border-color: #28311C; }
span { border-color: rgb(40,49,28); }
td.TdClassName
{
border-color: #28311C;
}
.TagClassName
{
border-color: #28311C;
}
</style>