Shades of Pine Tree #282F1F
Tints of Pine Tree #282F1F
RGB
CMYK
RGB Variations
Color information
#282F1F (or 0x282F1F) is known color: Pine Tree. HEX triplet: 28, 2F and 1F. RGB value is (40,47,31). Sum of RGB (Red+Green+Blue) = 40+47+31=118 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.90% from 118); Green value is 47 (18.75% from 255 or 39.83% from 118); Blue value is 31 (12.5% from 255 or 26.27% from 118); Max value from RGB is 47 - color contains mainly: green. Hex color #282F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282F1F is #D7D0E0. Grayscale: #2B2B2B. Windows color (decimal): -14143713 or 2043688. OLE color: 2043688.
HSL color Cylindrical-coordinate representation of color #282F1F: hue angle of 86.25º degrees, saturation: 0.21, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #282F1F is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 47 | 31 | - |
| CMYK | 0.15 | 0 | 0.34 | 0.82 |
| HSL | 86.25º | 0.21% | 0.15% | - |
| HSV(B) | 86.25º | 0.34% | 0.18% | - |
| XYZ | 2.14 | 2.58 | 1.68 | - |
| YUV | 43.08 | 121.18 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 47 | 31 | 0.15 | 0 | 0.34 | 0.82 | 86.25 | 0.21 | 0.15 |
| Hex | 28 | 2F | 1F | F | 0 | 22 | 52 | 56 | 15 | F |
| Octal | 50 | 57 | 37 | 17 | 0 | 42 | 122 | 126 | 25 | 17 |
| Binary | 101000 | 101111 | 11111 | 1111 | 0 | 100010 | 1010010 | 1010110 | 10101 | 1111 |
Color Harmonies of #282F1F
Complementary color
Monochromatic Colors of #282F1F
Black with #282F1F
Text Example
Text Example
White with #282F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282F1F; }
p { color: rgb(40,47,31); }
H1.HeaderClassName
{
color: #282F1F;
}
.AnyTagClassName
{
color: #282F1F;
}
</style>
background-color css
<style>
a { background-color: #282F1F; }
a { background-color: rgb(40,47,31); }
div.DivClassName
{
background-color: #282F1F;
}
.BgClassName
{
background-color: #282F1F;
}
</style>
border-color css
<style>
span { border-color: #282F1F; }
span { border-color: rgb(40,47,31); }
td.TdClassName
{
border-color: #282F1F;
}
.TagClassName
{
border-color: #282F1F;
}
</style>